{
  "id": "/",
  "name": "BloomTrack - Special Education Data Platform",
  "short_name": "BloomTrack",
  "description": "Zero-knowledge IEP, BIP, and student data management for special education teachers",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BloomTrack mobile view"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BloomTrack desktop view"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Roster",
      "short_name": "Roster",
      "description": "View student roster",
      "url": "/roster",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "IEP Drafts",
      "short_name": "IEPs",
      "description": "Manage IEP drafts",
      "url": "/iep-draft",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
