{
  "name": "Quiz Master Pro",
  "short_name": "Quiz Pro",
  "description": "Test your knowledge with streak bonuses, power-ups & XP!",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#6c5ce7",
  "orientation": "portrait-primary",
  "categories": ["education", "entertainment", "games"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Complete today's special quiz",
      "url": "/index.html?mode=daily",
      "icons": [
        {
          "src": "icons/shortcut-daily.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Random Quiz",
      "short_name": "Random",
      "description": "Start a random quiz",
      "url": "/index.html?mode=random",
      "icons": [
        {
          "src": "icons/shortcut-random.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Quick Play",
      "short_name": "Quick",
      "description": "Play a quick 5-question quiz",
      "url": "/index.html?mode=quick",
      "icons": [
        {
          "src": "icons/shortcut-quick.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}