{
  "name": "Pausa - Recovery Support",
  "short_name": "Pausa",
  "description": "A private, calm recovery support app with daily check-ins, grounding support, and an early warning recovery curve.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#faf9f7",
  "theme_color": "#7c7aae",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "lifestyle", "medical"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "1024x687",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Daily Check-in",
      "short_name": "Check-in",
      "description": "Complete your daily ABC check-in",
      "url": "/app?view=checkin",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "Grounding mode",
      "short_name": "Grounding",
      "description": "Open breathing and grounding support",
      "url": "/app?grounding=true",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
