{
  "name": "Safeangelsapp.com — Panic Button",
  "short_name": "Safeangelsapp.com",
  "description": "Tap once to alert your emergency contacts with your live location.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#dc2626",
  "background_color": "#0a0a0a",
  "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" }
  ],
  "shortcuts": [
    {
      "name": "Send alert now",
      "short_name": "Alert",
      "description": "Open Safeangelsapp.com straight to the panic button",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
