{
  "short_name": "NeighborhoodWatch",
  "name": "NeighborhoodWatch",
  "icons": [
    {
      "src": "/static/logo.svg",
      "type": "image/svg+xml",
      "sizes": "192x192"
    },
    {
      "src": "/static/logo.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "background_color": "#121212",
  "theme_color": "#dc2626",
  "display": "standalone",
  "orientation": "portrait",
  "description": "Real-time community security alert and SOS community mapping system.",
  "shortcuts": [
    {
      "name": "Instant SOS Broadcast",
      "short_name": "SOS Beacon",
      "description": "Trigger an immediate one-tap emergency SOS broadcast to neighbors from your current GPS",
      "url": "/?action=instant-sos",
      "icons": [
        {
          "src": "/static/logo.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Safe Walk Transit Monitor",
      "short_name": "Safe Walk",
      "description": "Start a timed Safe Walk transit breadcrumb monitor",
      "url": "/?action=safewalk",
      "icons": [
        {
          "src": "/static/logo.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Spectrum Defense Scan",
      "short_name": "Signal Scan",
      "description": "Inspect secure Link Shield Guard frequency spectrum and check anti-jammer links",
      "url": "/?action=spectrum-scan",
      "icons": [
        {
          "src": "/static/logo.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
