{
  "name": "HCCH SuperApp",
  "short_name": "HCCH Super",
  "description": "School Administration and Student Management Super App by HCCH School Tech Section",
  "categories": ["education", "productivity"],
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "id": "/?source=pwa",
  "dir": "ltr",
  "lang": "en-US",
  "icons": [
    {
      "src": "/pwa-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Academics",
      "url": "/academics",
      "description": "View student examinations and grading analysis reports"
    },
    {
      "name": "Attendance Tracker",
      "url": "/attendance",
      "description": "Check and log student presence, lesson reports"
    }
  ]
}
