
{
  "name": "Quiz Platform",
  "short_name": "Quizzes",
  "description": "Master every topic with premium quizzes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "https://placehold.co/192x192/6366f1/ffffff.png?text=Q",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://placehold.co/512x512/6366f1/ffffff.png?text=Q",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://placehold.co/390x844/0a0a0a/ffffff.png?text=Mobile+App",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "https://placehold.co/1280x720/0a0a0a/ffffff.png?text=Desktop+App",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to Home",
      "url": "/",
      "icons": [{"src": "https://placehold.co/96x96/6366f1/ffffff.png?text=H", "sizes": "96x96"}]
    },
    {
      "name": "Quizzes",
      "short_name": "Quizzes",
      "description": "Discover Quizzes",
      "url": "/discover",
      "icons": [{"src": "https://placehold.co/96x96/6366f1/ffffff.png?text=Q", "sizes": "96x96"}]
    },
    {
      "name": "Learning",
      "short_name": "Learn",
      "description": "AI Learning Hub",
      "url": "/ai-hub",
      "icons": [{"src": "https://placehold.co/96x96/6366f1/ffffff.png?text=L", "sizes": "96x96"}]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+quiz",
      "url": "/quiz?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/quiz": [".quiz"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-new"
  }
}
