{
  "name": "Dronie — Drone Operations",
  "short_name": "Dronie",
  "description": "Plan flights, broadcast live feeds, and run pilot missions — all in one app.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0f0d",
  "theme_color": "#1F5F3F",
  "icons": [
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Pilot view",
      "short_name": "Fly",
      "description": "Open the in-flight pilot companion",
      "url": "/jobs"
    },
    {
      "name": "Map viewer",
      "short_name": "Map",
      "url": "/dashboard"
    }
  ]
}
