{
  "name": "GuardHer — Emergency Safety",
  "short_name": "GuardHer",
  "description": "Personal safety and emergency assistance for women. One-tap SOS that automatically shares your live location with your trusted contacts.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "lang": "en-ZA",
  "dir": "ltr",
  "background_color": "#150f1e",
  "theme_color": "#150f1e",
  "categories": ["safety", "health", "lifestyle", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Trigger SOS",
      "short_name": "SOS",
      "description": "Alert all trusted contacts with your live location",
      "url": "/?sos=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
