{
  "name": "UK CompEx Hazardous Area Quiz",
  "short_name": "CompEx Quiz",
  "description": "Professional UK CompEx ATEX hazardous area training and quiz app to help you master explosive atmosphere regulations, zone classifications, and equipment certification.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#eab308",
  "background_color": "#ffffff",
  "dir": "ltr",
  "id": "/compex.training",
  "icons": [
    {
      "src": "/logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "type": "image/png",
      "sizes": "1024x1024",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/exam-question.png",
      "type": "image/png",
      "sizes": "1024x1820",
      "form_factor": "narrow",
      "label": "Full Exam Mode - Multiple choice question testing UK CompEx ATEX knowledge with progress tracking"
    },
    {
      "src": "/screenshots/scenario-question.png",
      "type": "image/png",
      "sizes": "1024x1820",
      "form_factor": "narrow",
      "label": "Scenario Quiz Mode - Real-world hazardous area case study with detailed ATEX questions"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Scenario Question",
      "short_name": "Daily Q",
      "description": "Practice with today's scenario-based UK CompEx ATEX question",
      "url": "/?mode=daily",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Practice Quiz",
      "short_name": "Practice",
      "description": "Start a free 10-question practice quiz",
      "url": "/?mode=practice",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Full Exam",
      "short_name": "Exam",
      "description": "Take the 100-question full exam",
      "url": "/?mode=exam",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
