{
  "name": "StudyEarn AI – Study Smart, Earn Rewards",
  "short_name": "StudyEarn AI",
  "description": "Free AI study platform — ask questions, generate PPTs, solve PDFs and earn real rewards!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0c1c",
  "theme_color": "#7c3aed",
  "lang": "en",
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "StudyEarn AI Dashboard"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StudyEarn AI on Mobile"
    }
  ],
  "icons": [
    { "src": "/icons/icon-16.png",   "sizes": "16x16",     "type": "image/png" },
    { "src": "/icons/icon-32.png",   "sizes": "32x32",     "type": "image/png" },
    { "src": "/icons/icon-72.png",   "sizes": "72x72",     "type": "image/png" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",     "type": "image/png" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128",   "type": "image/png" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144",   "type": "image/png" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152",   "type": "image/png" },
    { "src": "/icons/icon-180.png",  "sizes": "180x180",   "type": "image/png" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192",   "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512",   "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Ask AI",
      "short_name": "Ask AI",
      "description": "Ask your study question",
      "url": "/app/ask-ai",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Challenge",
      "description": "Today's daily challenge",
      "url": "/app/daily-challenge",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "PPT Generator",
      "short_name": "PPT",
      "description": "Generate a presentation",
      "url": "/app/ppt-generator",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}