{
  "name": "Stress Free - Mental Wellness",
  "short_name": "Stress Free",
  "description": "Your daily companion for mental wellness, breathing exercises, and stress relief",
  "theme_color": "#0891b2",
  "background_color": "#f0f9ff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "medical"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Breathing Exercise",
      "short_name": "Breathe",
      "description": "Start a quick breathing session",
      "url": "/dashboard?action=breathe",
      "icons": [{ "src": "/icons/breathe-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Track Mood",
      "short_name": "Mood",
      "description": "Log your current mood",
      "url": "/dashboard?action=mood",
      "icons": [{ "src": "/icons/mood-icon.png", "sizes": "96x96" }]
    }
  ]
}
