{
  "name": "How Are You Feeling?",
  "short_name": "Wellness Check",
  "description": "A gentle daily check-in for how you feel.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdeef6",
  "theme_color": "#f4a7c0",
  "icons": [
    {
      "src": "/icons/moon_bloom_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/moon_bloom_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/moon_bloom_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily check-in",
      "short_name": "Check-in",
      "description": "Log how you're feeling today",
      "url": "/app",
      "icons": [
        { "src": "/icons/moon_bloom_icon.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Period tracker",
      "short_name": "Period",
      "description": "Open the period calendar",
      "url": "/app/period",
      "icons": [
        { "src": "/icons/moon_bloom_icon.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "description": "See your wellness trends",
      "url": "/app/insights",
      "icons": [
        { "src": "/icons/moon_bloom_icon.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
