{
  "name": "VitalSpark MoveID",
  "short_name": "MoveID",
  "description": "AI-powered student movement coaching and personalized fitness plans",
  "start_url": "/moveid/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0E7C66",
  "background_color": "#ffffff",
  "lang": "en-US",
  "categories": ["health", "fitness", "education"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Coach",
      "short_name": "Coach",
      "description": "Talk to your AI movement coach",
      "url": "/moveid/coach",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Plan",
      "short_name": "Plan",
      "description": "View and start your workout plan",
      "url": "/my-plan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
