{
  "name": "Quizflex - AI Quiz Generator",
  "short_name": "Quizflex",
  "description": "Create professional quizzes from any content using AI. Upload PDFs, paste text, or enter topics. Trusted by 50,000+ educators worldwide for automated quiz generation.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Create Quiz",
      "short_name": "Create",
      "description": "Create a new AI-generated quiz from any content",
      "url": "/dashboard/quizzes?action=create",
      "icons": [
        {
          "src": "/favicon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Take Quiz",
      "short_name": "Take",
      "description": "View and manage your AI-generated quizzes",
      "url": "/dashboard/quizzes",
      "icons": [
        {
          "src": "/favicon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}

