{
  "id": "/",
  "name": "Flow Builder — Yoga Flow Creator",
  "short_name": "FlowBuilder",
  "description": "Build, practice, and share custom yoga flows with 200+ poses, guided playback, breathwork, and meditation.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "lang": "en",
  "categories": ["fitness", "health", "lifestyle"],
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/pwa/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/build-a-flow-screenshot.png",
      "sizes": "2692x1794",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Build a custom yoga flow from 200+ poses"
    },
    {
      "src": "/flow-screen-screenshot.png",
      "sizes": "2692x1794",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Guided flow playback with pose timers and voice cues"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate a Flow",
      "short_name": "Generate",
      "url": "/#/generate",
      "icons": [{ "src": "/images/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Breathwork",
      "short_name": "Breathe",
      "url": "/#/breathwork",
      "icons": [{ "src": "/images/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Meditation",
      "short_name": "Meditate",
      "url": "/#/meditate",
      "icons": [{ "src": "/images/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
