{
  "name": "Eagle Command Center",
  "short_name": "ECC",
  "description": "Eagle Sentry's operations hub for office, admin, and manager workflows.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#D2232A",
  "orientation": "any",
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Dispatch",
      "short_name": "Dispatch",
      "url": "/dispatch"
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "url": "/notes"
    },
    {
      "name": "Files",
      "short_name": "Files",
      "url": "/files"
    }
  ],
  "icons": [
    {
      "src": "/apple-touch-icon-ecc.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-ecc-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-ecc-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
