{
  "id": "/",
  "name": "School OS",
  "short_name": "School OS",
  "description": "AI-powered education management for Indian schools, Anganwadi, and government institutions. Attendance, fees, WhatsApp alerts, ICDS, MEO governance.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["education", "productivity", "business"],
  "icons": [
    {
      "src": "/brand/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/brand/icon.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Attendance",
      "short_name": "Attend",
      "description": "Mark student attendance",
      "url": "/teacher/attendance",
      "icons": [{ "src": "/brand/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Parent Portal",
      "short_name": "Parents",
      "description": "View child's school updates",
      "url": "/parent",
      "icons": [{ "src": "/brand/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Fee Status",
      "short_name": "Fees",
      "description": "View fee status",
      "url": "/parent/fees",
      "icons": [{ "src": "/brand/icon.svg", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false
}
