{
  "id": "/newapp/",
  "name": "Hind Montessori School App",
  "short_name": "HMS App",
  "description": "Student, Parent, Teacher and Accounts portal",
  "start_url": "/newapp/?source=pwa",
  "scope": "/newapp/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#f3f6fc",
  "theme_color": "#3157e8",
  "icons": [
    {
      "src": "/newapp/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/newapp/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}