{
  "name": "SafeHer: Women's Safety App",
  "short_name": "SafeHer",
  "description": "Your personal safety companion with emergency alerts and fake call features.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f43f5e",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Emergency SOS",
      "short_name": "SOS",
      "url": "./index.html#emergency",
      "icons": [{ "src": "icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Trigger Fake Call",
      "short_name": "Fake Call",
      "url": "./index.html#fake-call",
      "icons": [{ "src": "icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
