{
  "name": "Calm Companion",
  "short_name": "Calm",
  "description": "A daily guide for living with anxiety — check-ins, a coping toolkit, journaling, and always-free crisis resources. Private and on-device.",
  "start_url": "/app/calm",
  "scope": "/app/calm",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdf5ec",
  "theme_color": "#f25c2a",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}