{
  "name": "AnxieBreathe - Anxiety Management",
  "short_name": "AnxieBreathe",
  "description": "A wellness companion app for anxiety management through breathing exercises and AI support",
  "start_url": "/?pwa=true&v=1.0.1",
  "display": "standalone",
  "background_color": "#84c0fd",
  "theme_color": "#84c0fd",
  "orientation": "portrait",
  "categories": ["health", "wellness", "medical"],
  "lang": "en",
  "icons": [
    {
      "src": "/anxiebreathe-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/anxiebreathe-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/anxiebreathe-logo.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/anxiebreathe-logo.png",
      "sizes": "167x167",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/anxiebreathe-logo.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/anxiebreathe-logo.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/anxiebreathe-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Breathing",
      "short_name": "Breathe",
      "description": "Quick access to breathing exercises",
      "url": "/activities",
      "icons": [
        {
          "src": "/generated-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI Assistant",
      "short_name": "Chat",
      "description": "Talk to your wellness companion",
      "url": "/assistant",
      "icons": [
        {
          "src": "/generated-icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}