{
  "name": "Gatekeeper",
  "short_name": "Gatekeeper",
  "description": "Navigate New Eden safely — route planning, intel, and market data",
  "start_url": "/map",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#0e7490",
  "orientation": "any",
  "icons": [
    { "src": "/favicon.ico", "sizes": "32x32", "type": "image/x-icon" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Map",
      "short_name": "Map",
      "url": "/map",
      "description": "Open the New Eden map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Route Planner",
      "short_name": "Route",
      "url": "/route",
      "description": "Plan a route through New Eden",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Intel",
      "short_name": "Intel",
      "url": "/intel",
      "description": "Live kill feed and threat intel",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
