{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "spectrum-stars-pwa",
  "name": "SpectrumStars - Sensory Space & AAC Board",
  "short_name": "SpectrumStars",
  "description": "A joyful, accessible, sensory-friendly web platform for autistic children, parents, and educators. Featuring AAC speech boards, visual schedules, calming fidgets, and learning games.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#f4f7fb",
  "theme_color": "#5c7cfa",
  "categories": [
    "education",
    "kids",
    "health",
    "accessibility"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "AAC Talk Board",
      "short_name": "Talk",
      "description": "Open the AAC speech communication board",
      "url": "./index.html?tab=aac",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Visual Schedule",
      "short_name": "Schedule",
      "description": "View and complete daily routine tasks",
      "url": "./index.html?tab=routine",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calm Zone & Fidgets",
      "short_name": "Calm",
      "description": "Sensory fidgets, breathing, and soothing nature sounds",
      "url": "./index.html?tab=calm",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Caregiver Hub",
      "short_name": "Caregiver",
      "description": "Progress tracking and clinical IEP guides",
      "url": "./index.html?tab=caregiver",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
