{
  "name": "Gary's Security Stories",
  "short_name": "Gary",
  "description": "CompTIA Security+ SY0-701 study platform — 22 narrative stories, 587 practice questions, 5 PBQ scenarios.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fafaf8",
  "theme_color": "#0a0a0a",
  "lang": "en-GB",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "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": "Practice Quiz",
      "short_name": "Practice",
      "description": "Jump straight to the MCQ practice screen",
      "url": "./practice.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "PBQ Scenarios",
      "short_name": "PBQ",
      "description": "5 Performance-Based Question walkthroughs",
      "url": "./pbq.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
