{
  "short_name": "TheWalkInsights",
  "name": "TheWalkInsights — Walkthrough & Teacher Growth Platform",
  "description": "Track and analyze classroom walkthroughs for instructional leadership teams. Streamline observations, generate actionable reports, and drive teacher growth.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "icon-128x128.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#4338ca",
  "background_color": "#ffffff",
  "orientation": "any",
  "scope": "/",
  "id": "/",
  "categories": ["education", "productivity", "business"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Walkthrough",
      "short_name": "Walkthrough",
      "description": "Start a new walkthrough observation",
      "url": "/walkthrough/form",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View analytics dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
