{
  "name": "The Rhythm Reset + Pocket Companion — Mixed Mood Notes",
  "short_name": "Rhythm Reset",
  "description": "Cycle-aware mood tracking, daily check-ins, and The Rhythm Reset journal — your pocket companion for cycle-synced wellness.",
  "start_url": "/checkin",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f5f0e8",
  "theme_color": "#7a9e7e",
  "orientation": "portrait",
  "categories": ["health", "lifestyle", "productivity"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Check-In",
      "url": "/checkin",
      "description": "Log how you're feeling today"
    },
    {
      "name": "Journal",
      "url": "/journal",
      "description": "Open guided journal prompts"
    },
    {
      "name": "Breathe",
      "url": "/breathe",
      "description": "Start a breathing exercise"
    }
  ]
}
