{
  "name": "P.P. Appu Master Hindi Maha Vidhyalaya",
  "short_name": "PPAM Hindi Vidhyalaya",
  "description": "School Registration System - P.P. Appu Master Smarak Jagannath Hindi Maha Vidhyalaya, Thalassery",
  "lang": "en-IN",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#6B46C1",
  "background_color": "#ffffff",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "images/right-logo.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/right-logo.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/right-logo.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/right-logo.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/right-logo.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/right-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/right-logo.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/right-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/right-logo.png",
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Dashboard View"
    },
    {
      "src": "/images/right-logo.png",
      "sizes": "768x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tablet Registration View"
    },
    {
      "src": "/images/right-logo.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Admin Panel"
    }
  ],
  "shortcuts": [
    {
      "name": "Student Registration",
      "short_name": "Register",
      "description": "Register new students",
      "url": "/school/registration",
      "icons": [
        {
          "src": "/images/right-logo.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View school dashboard",
      "url": "/school/dashboard",
      "icons": [
        {
          "src": "/images/right-logo.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Examination",
      "short_name": "Exams",
      "description": "Examination portal",
      "url": "/examinations",
      "icons": [
        {
          "src": "/images/right-logo.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+ppam",
      "url": "/?protocol=%s"
    }
  ],
  "display_override": ["window-controls-overlay", "minimal-ui"]
}