{
  "name": "RoadLegal AI — Drive Global",
  "short_name": "RoadLegal",
  "description": "The AI co-pilot for European drivers and citizens. Open when something happens — a police stop, an accident, a fine, a tow.",
  "start_url": "/drive",
  "display": "standalone",
  "background_color": "#FAFAF7",
  "theme_color": "#0052CC",
  "orientation": "portrait",
  "categories": ["lifestyle", "utilities", "navigation"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Drive Mode",
      "short_name": "Drive",
      "description": "Open the six-button driver dashboard",
      "url": "/drive",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Police Stop",
      "short_name": "Police",
      "description": "Open the police-stop intake flow",
      "url": "/drive/politiecontrole",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Accident",
      "short_name": "Accident",
      "description": "Open the accident two-driver flow",
      "url": "/drive/aanrijding",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "SOS",
      "short_name": "SOS",
      "description": "Open the emergency / arrest flow",
      "url": "/drive/sos",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
