{
  "name": "GSBS Digital Tutor",
  "short_name": "GSBS Tutor",
  "description": "Nigerian NERDC/WAEC curriculum — learn offline, sync when connected.",
  "start_url": "/dashboard/student",
  "display": "standalone",
  "background_color": "#0d1b3e",
  "theme_color": "#fbbf24",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "categories": ["education"],
  "lang": "en-NG",
  "shortcuts": [
    {
      "name": "My Classroom",
      "short_name": "Classroom",
      "url": "/classroom",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Assignments",
      "short_name": "Homework",
      "url": "/assignments",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GSBS Desktop Classroom"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GSBS Mobile Classroom"
    }
  ]
}
