{
  "name": "InExhale - Sync Your Breath. Steady Your Mind.",
  "short_name": "InExhale",
  "description": "A powerful breathing exercise application for meditation and stress relief",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "icons": [
    {
      "src": "img/InExhale-02-min.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/InExhale-02-min.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "img/InExhale-02-min.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["health", "productivity", "wellness"],
  "shortcuts": [
    {
      "name": "Start Breathing",
      "short_name": "Breathe",
      "description": "Start a breathing session",
      "url": "./index.html?action=start",
      "icons": [{ "src": "img/InExhale-02-min.png", "sizes": "any" }]
    }
  ]
}
