{
  "name": "Guernsey Driving Theory Test Pro",
  "short_name": "Guernsey Theory Pro",
  "description": "Official Guernsey theory test preparation with spaced repetition, hazard perception, and practical test prep",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#005BAC",
  "theme_color": "#005BAC",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Daily Plan",
      "short_name": "Daily Plan",
      "description": "Start your SM-2 spaced repetition session",
      "url": "/daily-plan",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Mock Test",
      "short_name": "Mock Test",
      "description": "Take a full timed practice test",
      "url": "/mock-test",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Hazard Perception",
      "short_name": "Hazard Perception",
      "description": "Practice hazard perception clips",
      "url": "/hazard-perception",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}