{
  "name": "SchoolGix Teacher App",
  "short_name": "Teacher",
  "description": "Teacher app for SchoolGix schools.",
  "id": "/teacher",
  "start_url": "/teacher/login",
  "scope": "/teacher/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f766e",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/images/teacher-pwa-icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/teacher-pwa-icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
