{
  "id": "/",
  "name": "PulseAlert — Emergency & First Aid",
  "short_name": "PulseAlert",
  "description": "One-tap emergency help, first-aid guides, and medical ID — works offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#dc2626",
  "lang": "en",
  "dir": "ltr",
  "categories": ["medical", "health", "utilities"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "app.pulsealert.app",
      "url": "https://play.google.com/store/apps/details?id=app.pulsealert.app"
    }
  ],
  "shortcuts": [
    {
      "name": "Emergency Call",
      "short_name": "Emergency",
      "description": "One-tap emergency services call",
      "url": "/?action=emergency",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "First Aid Guides",
      "short_name": "First Aid",
      "description": "Step-by-step first aid instructions",
      "url": "/?action=first-aid",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Medical ID",
      "short_name": "Medical ID",
      "description": "View your medical information",
      "url": "/?action=medical-id",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "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" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PulseAlert home screen"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PulseAlert desktop view"
    }
  ]
}
