{
  "name": "Electrician Practice Tests",
  "short_name": "ElecTests",
  "description": "Free practice tests for electricians: Journeyman, Master, NEC code, EPA 608 and HVAC licensing exams.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "en-US",
  "categories": ["education", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Journeyman Tests",
      "short_name": "Journeyman",
      "description": "Journeyman Electrician practice tests",
      "url": "/category/journeyman",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "NEC Code Tests",
      "short_name": "NEC Code",
      "description": "NEC code practice questions",
      "url": "/category/nec",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "EPA 608 Tests",
      "short_name": "EPA 608",
      "description": "EPA 608 certification practice",
      "url": "/category/epa608",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
