{
  "name": "MPP Group ERP",
  "short_name": "MPP ERP",
  "description": "Installable ERP app for institute management.",
  "start_url": "/mppgroup/admin",
  "scope": "/mppgroup/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "categories": ["education", "productivity", "business"],
  "icons": [
    {
      "src": "pwa/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "pwa/maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Institute List",
      "short_name": "Institutes",
      "url": "./institute-management/institutes"
    },
    {
      "name": "Add Institute",
      "short_name": "Add",
      "url": "./institute-management/institutes/create"
    }
  ],
  "prefer_related_applications": false
}
