{
  "name": "FMHS - Free Mental Health Support",
  "short_name": "Frogs",
  "description": "Free, anonymous peer-to-peer mental health support and wellness toolkit. Track your mood, journal, set goals, and collect Frogs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#131f24",
  "theme_color": "#131f24",
  "categories": ["health", "lifestyle", "medical"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Mood Check-In",
      "short_name": "Mood",
      "description": "Log how you're feeling today",
      "url": "/mood",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Crisis Resources",
      "short_name": "Crisis",
      "description": "Get immediate help",
      "url": "/crisis",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Frogs",
      "short_name": "Frogs",
      "description": "View your collection",
      "url": "/frogs",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
