{
  "name": "Bloom — Grow into yourself",
  "short_name": "Bloom",
  "description": "The habit app that never makes you feel bad about yourself. Tiny wins, daily blooms, no guilt.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FEF8F2",
  "theme_color": "#FEF8F2",
  "orientation": "portrait-primary",
  "categories": ["health", "lifestyle", "fitness"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%23FDE8EE'/><text y='130' x='30' font-size='120'>🌸</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%23FDE8EE'/><text y='360' x='60' font-size='320'>🌸</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bloom Home — Daily tiny wins"
    }
  ],
  "shortcuts": [
    {
      "name": "Check in",
      "short_name": "Check in",
      "description": "Open today's mood check-in",
      "url": "/?tab=home",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>🌸</text></svg>", "sizes": "96x96"}]
    },
    {
      "name": "My Garden",
      "short_name": "Garden",
      "description": "View your habit garden",
      "url": "/?tab=habits",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>🌱</text></svg>", "sizes": "96x96"}]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
