{
  "name": "Getting Better",
  "short_name": "GettingBetter",
  "description": "Personal therapy coach, relationship support, and wellness tracking",
  "start_url": "/pwa/mobile.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/pwa/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "health", "medical"],
  "shortcuts": [
    {
      "name": "Breathe",
      "short_name": "Breathe",
      "description": "4-7-8 breathing exercise",
      "url": "/pwa/mobile.html?action=breathe",
      "icons": [{"src": "/pwa/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Add Task",
      "short_name": "Task",
      "description": "Quick capture a task",
      "url": "/pwa/mobile.html?action=add-task",
      "icons": [{"src": "/pwa/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Couples Prep",
      "short_name": "Couples",
      "description": "First couples therapy prep packet",
      "url": "/counselor/couples/prep/",
      "icons": [{"src": "/pwa/images/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "screenshots": []
}
