{
  "name": "EduHasz Portal",
  "short_name": "EduHasz",
  "description": "Smart School Management Portal",
  "start_url": "./launcher.html",
  "id": "eduhasz-pwa-portal",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#f1f5f9",
  "theme_color": "#f1f5f9",
  "orientation": "portrait",
  "scope": ".",
  "icons": [
    {
      "src": "icon-eduhasz.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-eduhasz.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}

