
{
  "name": "Mental Health & Emergency Support",
  "short_name": "MH Support",
  "description": "Comprehensive mental health resources and emergency support",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a1a",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "https://placehold.co/192x192/1a1a1a/ffffff.png?text=MH",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://placehold.co/512x512/1a1a1a/ffffff.png?text=MH",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://placehold.co/1024x1024/1a1a1a/ffffff.png?text=MH",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://placehold.co/540x720/1a1a1a/ffffff.png?text=Mobile+View",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "https://placehold.co/1280x720/1a1a1a/ffffff.png?text=Tablet+View",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["health", "medical", "productivity"],
  "shortcuts": [
    {
      "name": "Emergency Resources",
      "short_name": "Emergencies",
      "description": "Quick access to emergency resources",
      "url": "/emergencies",
      "icons": [{ "src": "https://placehold.co/192x192/e11d48/ffffff.png?text=SOS", "sizes": "192x192" }]
    },
    {
      "name": "Mental Health Education",
      "short_name": "Education",
      "url": "/mental-health-education"
    },
    {
      "name": "Self-Help Techniques",
      "short_name": "Self-Help",
      "url": "/self-help"
    },
    {
      "name": "Crisis Hotlines",
      "short_name": "Hotlines",
      "url": "/emergencies?category=Crisis"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+aegis",
      "url": "/action?url=%s"
    }
  ]
}
