{
  "id": "/",
  "name": "ShedTech",
  "short_name": "ShedTech",
  "lang": "en",
  "description": "Unified school management — attendance, fees, assignments, emergency alerts, and more. By NoxNocTech.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0b1024",
  "background_color": "#f7f8fb",
  "categories": ["education"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "SOS Alert",
      "short_name": "SOS",
      "description": "Trigger an emergency SOS alert",
      "url": "/#/sos",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "Mark student attendance",
      "url": "/#/attendance",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
