{
  "id": "/",
  "name": "JARVIS Homeschool",
  "short_name": "JARVIS",
  "description": "The complete homeschool command center. 22 subjects, diagnostic placement, parent dashboard, and more.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FDFBF7",
  "theme_color": "#1A2B4A",
  "categories": ["education"],
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/pwa/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "JARVIS Parent Portal — Progress Dashboard"
    },
    {
      "src": "/images/pwa/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "JARVIS Homeschool Command Center — Desktop View"
    }
  ],
  "shortcuts": [
    {
      "name": "Parent Portal",
      "short_name": "Portal",
      "description": "Open the parent dashboard",
      "url": "/?screen=parent",
      "icons": [
        {
          "src": "/images/pwa/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Subscribe",
      "short_name": "Subscribe",
      "description": "View subscription plans",
      "url": "/billing.html",
      "icons": [
        {
          "src": "/images/pwa/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
