{
  "name": "Mind Wanders — Mental Wellness",
  "short_name": "Mind Wanders",
  "description": "Breathwork, CBT, ADHD focus, meditation and mood tracking tools.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fafcff",
  "theme_color": "#fafcff",
  "orientation": "portrait",
  "categories": ["health", "wellness", "productivity"],
  "icons": [
    {
      "src": "assets/icons/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
