{
  "name": "SkyLogics Flight Tracker",
  "short_name": "SkyLogics",
  "description": "Live ADS-B flight tracker for the Caribbean with AR sky view",
  "start_url": "/flight-tracker.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#07091a",
  "theme_color": "#00d4ff",
  "categories": ["navigation", "travel"],
  "icons": [
    { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/logo-symbol.svg", "sizes": "any",    "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "AR Sky View",
      "short_name": "AR View",
      "description": "Point your camera at the sky to see live aircraft",
      "url": "/ar.html",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
