{
  "name": "MoonEYE — Global Intelligence Globe",
  "short_name": "MoonEYE",
  "description": "Real-time global intelligence visualization on a 3D globe",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#080808",
  "theme_color": "#080808",
  "categories": ["news", "navigation", "utilities"],
  "icons": [
    {
      "src": "/mooneye_icon2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "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": "Intelligence Brief",
      "short_name": "Brief",
      "description": "AI-generated situation report",
      "url": "/intelligence",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Statistics",
      "short_name": "Stats",
      "description": "Global data statistics",
      "url": "/statistics",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
