{
  "short_name": "SynergyLearn",
  "name": "SynergyLearn - Interactive Learning Platform",
  "description": "Learn JEE, NEET, and other subjects with interactive 3D visualizations, quizzes, and offline access",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon/application.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "categories": ["education", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your dashboard",
      "url": "/dashboard/student",
      "icons": [{ "src": "/icon/application.svg", "sizes": "any" }]
    },
    {
      "name": "Take Quiz",
      "short_name": "Quiz",
      "description": "Start a quiz",
      "url": "/quiz",
      "icons": [{ "src": "/icon/application.svg", "sizes": "any" }]
    },
    {
      "name": "Materials",
      "short_name": "Materials",
      "description": "View study materials",
      "url": "/files",
      "icons": [{ "src": "/icon/application.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
