{
  "id": "index.html",
  "name": "Olympus Ride · Driver",
  "short_name": "Oly Driver",
  "description": "Olympus Ride driver dashboard — live pings, soundboard, vibe control.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0A0A16",
  "theme_color": "#FFB300",
  "orientation": "any",
  "categories": ["utilities", "navigation", "productivity"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Live Pings",
      "short_name": "Pings",
      "description": "See passenger requests",
      "url": "index.html#pings",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Soundboard",
      "short_name": "Sounds",
      "description": "Play audio clips",
      "url": "index.html#soundboard",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],

  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Olympus Ride Driver Dashboard"
    }
  ],

  "share_target": {
    "action": "index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "widgets": [
    {
      "name": "Olympus Driver — Live View",
      "short_name": "Oly Driver",
      "description": "See live passenger pings and quick-reply from your home screen.",
      "tag": "oly-driver-widget",
      "ms_ac_template": "widget-template.json",
      "data": "widget-data.json",
      "type": "application/json",
      "icons": [
        { "src": "icon-192.png", "sizes": "192x192" }
      ],
      "screenshots": [
        { "src": "icon-512.png", "sizes": "512x512", "label": "Driver widget preview" }
      ],
      "update": 60,
      "multiple": false,
      "auth": false,
      "backgrounds": [
        { "src": "widget-bg.png", "sizes": "400x200" }
      ]
    }
  ]
}
