{
  "name": "Everbook — Academic EverGuide",
  "short_name": "Everbook",
  "description": "AI-powered intelligent textbook platform for UGC NET aspirants. Learn smarter with AI insights, personalized study plans, and adaptive assessments.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a2236",
  "background_color": "#faf8f5",
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "/icons/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/icons/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Study Session",
      "short_name": "Study",
      "description": "Begin a personalized smart study session",
      "url": "/study-session?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-study.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Browse Textbooks",
      "short_name": "Library",
      "description": "Explore your textbook library",
      "url": "/library?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-library.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Take Mock Test",
      "short_name": "Exams",
      "description": "Practice with mock exams and unit tests",
      "url": "/exams?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-exams.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
