{
  "id": "/",
  "name": "TeacherFlow - Digital Teacher Planner",
  "short_name": "TeacherFlow",
  "description": "Modern offline-first digital teacher planner for timetables, daily lessons, seating plans, marking and workload forecasting.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "orientation": "any",
  "dir": "auto",
  "lang": "en",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Planner",
      "short_name": "Today",
      "description": "Open today's teaching schedule and lessons",
      "url": "/?tab=daily",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Timetable",
      "short_name": "Timetable",
      "description": "View school teaching rotation timetable",
      "url": "/?tab=timetable",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Markbook & Grading",
      "short_name": "Marking",
      "description": "Check upcoming marking workload and scores",
      "url": "/?tab=markbook",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
