{
  "short_name": "Gkquest",
  "name": "GK QUEST",
  "description": "High-energy gamified learning with real-time scholarship rewards.",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "./",
  "display": "standalone",
  "theme_color": "#2444eb",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Start Quiz",
      "short_name": "Quiz",
      "description": "Jump into the daily scholar challenge",
      "url": "/quiz",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scholar Wallet",
      "short_name": "Wallet",
      "description": "View and withdraw scholarship funds",
      "url": "/wallet",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "form_factor": "narrow",
      "label": "GK QUEST Dashboard"
    }
  ]
}
