{
  "name": "Pulsus — Measure your calm",
  "short_name": "Pulsus",
  "description": "90-second stress reading from your phone camera. No wearable required. Personal recovery coach + breathwork library + daily pulse, all in one calm PWA.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#E8E5E0",
  "theme_color": "#9CA583",
  "orientation": "portrait",
  "categories": ["lifestyle", "health", "fitness", "medical", "wellness"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" },
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Measure stress",
      "short_name": "Measure",
      "url": "/measure",
      "description": "90-second camera-based stress reading",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "url": "/library",
      "description": "Breathwork + protocols — sessions and multi-week arcs",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "url": "/insights",
      "description": "HRV trend + patterns + weekly digest",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Daily pulse",
      "short_name": "Daily",
      "url": "/daily-pulse",
      "description": "Morning check-in ritual",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
