{
  "name": "Monkey Mind",
  "short_name": "Monkey Mind",
  "description": "Your pocket calm — instant anxiety relief through breathing, grounding, and focus games.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#dbeafe",
  "theme_color": "#c084fc",
  "orientation": "portrait-primary",
  "categories": ["health", "wellness", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Breathe Now",
      "short_name": "Breathe",
      "url": "/calm?mode=breathe",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Grounding Exercise",
      "short_name": "Ground",
      "url": "/calm?mode=grounding",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
