﻿{
  "id": "/",
  "name": "SchoolPadi",
  "short_name": "SchoolPadi",
  "description": "Manage academics, attendance, assessments, fees, communication, and school operations from one secure platform.",
  "start_url": "/pwa-launch/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#ffffff",
  "theme_color": "#026e56",
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "/static/img/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your main dashboard",
      "url": "/dashboard/",
      "icons": [
        {
          "src": "/static/img/logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Timetable",
      "short_name": "Timetable",
      "description": "View class timetable",
      "url": "/timetable/",
      "icons": [
        {
          "src": "/static/img/logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "Mark or view attendance",
      "url": "/attendance/",
      "icons": [
        {
          "src": "/static/img/logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Announcements",
      "short_name": "Announcements",
      "description": "View school announcements",
      "url": "/announcements/",
      "icons": [
        {
          "src": "/static/img/logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}