{
  "name": "Plate Pursuit",
  "short_name": "Plate Pursuit",
  "description": "Track and collect Swiss license plate sightings",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08151E",
  "theme_color": "#08151E",
  "categories": ["games", "sports"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan a Plate",
      "short_name": "Scan",
      "description": "Open the plate scanner",
      "url": "/scanner.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Collection",
      "short_name": "Collection",
      "description": "View your plate collection",
      "url": "/collection.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
