{
  "name": "HungryTech Education Platform Demo",
  "short_name": "HungryTech",
  "description": "HungryTech Education Platform Demo for Greenfield University",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#123A69",
  "background_color": "#f5f7fb",
  "icons": [
    {
      "src": "/assets/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/pwa/screenshots/desktop.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "HungryTech Education Platform Demo (Desktop)"
    },
    {
      "src": "/assets/pwa/screenshots/mobile.png",
      "sizes": "1170x2506",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HungryTech Education Platform Demo (Mobile)"
    }
  ]
}