{
  "name": "PrepMe",
  "short_name": "PrepMe",
  "start_url": "https://prepme.in/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5b2d8b",
  "description": "The PrepMe app is a comprehensive platform for managing your school life. It includes features for tracking your subjects, managing your timetable, and staying on top of your test schedule.",
  "icons": [
    {
      "src": "https://prepme.in/icons/prepme-icon-512.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://prepme.in/icons/prepme-icon-512.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "https://prepme.in/icons/prepme-icon-512.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "https://prepme.in/icons/prepme-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "scope": "/",
  "shortcuts": [
    {
      "name": "Ask AI",
      "short_name": "AI",
      "description": "Ask PrepMe AI a question",
      "url": "/prepme-ai",
      "icons": [{ "src": "https://prepme.in/icons/prepme-icon-512.png", "sizes": "96x96" }]
    },
    {
      "name": "My Results",
      "short_name": "Results",
      "description": "View test results",
      "url": "/student/results",
      "icons": [{ "src": "https://prepme.in/icons/prepme-icon-512.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Go to dashboard",
      "url": "/student/dashboard",
      "icons": [{ "src": "https://prepme.in/icons/prepme-icon-512.png", "sizes": "96x96" }]
    }
  ]
}