{
  "name": "DriveSQ Student Portal",
  "short_name": "DriveSQ",
  "description": "Your driving lesson companion — track progress, learn theory, and chat with your instructor.",
  "start_url": "/student.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#080808",
  "background_color": "#080808",
  "categories": ["education"],
  "icons": [
    {
      "src": "https://i.postimg.cc/sx8zRRKV/cropped-circle-image.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://i.postimg.cc/sx8zRRKV/cropped-circle-image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Progress",
      "short_name": "Progress",
      "url": "/student.html#progress",
      "icons": [{"src": "https://i.postimg.cc/sx8zRRKV/cropped-circle-image.png", "sizes": "192x192"}]
    },
    {
      "name": "Learn",
      "short_name": "Learn",
      "url": "/student.html#learn",
      "icons": [{"src": "https://i.postimg.cc/sx8zRRKV/cropped-circle-image.png", "sizes": "192x192"}]
    }
  ]
}
