{
  "id": "./",
  "name": "SentriGate Community Security Network",
  "short_name": "SentriGate",
  "description": "Secure multi-community safety, crowdsourced incident reporting, public moderated maps, crime hot spots, guard shifts, school transport, group travel, unified chat and accountable response.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#061326",
  "theme_color": "#071b36",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "security",
    "utilities",
    "productivity",
    "social"
  ],
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "High-risk safety check-in",
      "short_name": "Check in",
      "url": "./app/?view=risk_checkins&source=pwa",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Quick demonstration report",
      "short_name": "Quick report",
      "url": "./crowd-report.php?source=pwa",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Public incident map",
      "short_name": "Incident map",
      "url": "./crowd-map.php?source=pwa",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Open community chat",
      "short_name": "Chat",
      "url": "./chat-login.php?source=pwa",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Crime hot-spot map",
      "short_name": "Hot spots",
      "url": "./app/?view=safety_map&source=pwa",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Lost, found and stolen",
      "short_name": "Lost & found",
      "url": "./app/?view=lost_found&source=pwa",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "School safety",
      "short_name": "School",
      "url": "./app/?view=school&source=pwa",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  }
}
