{
  "name": "MedAlert Portal",
  "short_name": "MedAlert",
  "description": "Hospital Violence Incident Reporting & Emergency Response",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#06090f",
  "theme_color": "#f43f5e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "health", "social"],
  "shortcuts": [
    {
      "name": "Report Incident",
      "url": "/submit",
      "description": "Report a hospital violence incident"
    },
    {
      "name": "Emergency SOS",
      "url": "/?sos=1",
      "description": "Send emergency alert"
    },
    {
      "name": "View Incidents",
      "url": "/incidents",
      "description": "View all incidents"
    }
  ]
}
