{
  "name": "FirstWatch CAD — Federal Edition",
  "short_name": "FirstWatch",
  "description": "Real-time geospatial dispatch and field navigation for first responders and federal agencies",
  "start_url": "/mobile.html",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#080e17",
  "theme_color": "#080e17",
  "categories": ["public-safety", "navigation", "utilities"],
  "lang": "en-US",
  "scope": "/",
  "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" }
  ],
  "screenshots": [
    { "src": "screenshot-mobile.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow" }
  ],
  "related_applications": [
    { "platform": "play",   "url": "https://play.google.com/store/apps/details?id=com.firstwatchcad.app", "id": "com.firstwatchcad.app" },
    { "platform": "itunes", "url": "https://apps.apple.com/app/firstwatch-cad/id0000000000" }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    { "name": "Navigate",  "short_name": "Navigate", "description": "Start turn-by-turn navigation", "url": "/mobile.html#navigate", "icons": [{"src":"icon-192.png","sizes":"192x192"}] },
    { "name": "Radio",     "short_name": "Radio",    "description": "Open radio console",           "url": "/mobile.html#radio",    "icons": [{"src":"icon-192.png","sizes":"192x192"}] },
    { "name": "Dashboard", "short_name": "Status",   "description": "View unit dashboard",          "url": "/mobile.html",          "icons": [{"src":"icon-192.png","sizes":"192x192"}] }
  ],
  "protocol_handlers": [
    { "protocol": "web+firstwatch", "url": "/mobile.html?action=%s" }
  ],
  "share_target": {
    "action": "/mobile.html",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
