{
  "name": "VissionMarg School SMS",
  "short_name": "School SMS",
  "description": "Complete School Management System by VissionMarg Technology",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0D0D1A",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "/icons/icon-72.png",           "sizes": "72x72",   "type": "image/png" },
    { "src": "/icons/icon-96.png",           "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/icon-128.png",          "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144.png",          "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152.png",          "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-180.png",          "sizes": "180x180", "type": "image/png" },
    { "src": "/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png",          "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Admin Panel",
      "short_name": "Admin",
      "description": "Open School Admin Panel",
      "url": "/admin.html",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Teacher Panel",
      "short_name": "Teacher",
      "description": "Open Teacher Panel",
      "url": "/teacher.html",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/icons/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
