{
  "name": "Skyline Drone Simulator",
  "short_name": "Skyline Drone",
  "description": "Multiplayer drone flight through a living city with FPV telemetry and real COCO-SSD computer vision.",
  "start_url": "/",
  "display": "fullscreen",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "orientation": "landscape-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🚁</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "simulation"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Launch Drone",
      "short_name": "Drone",
      "description": "Start flying a drone immediately",
      "url": "/?vehicle=drone"
    },
    {
      "name": "Drive Ground Unit",
      "short_name": "Car",
      "description": "Drive a ground vehicle through the city",
      "url": "/?vehicle=car"
    }
  ]
}