{
  "name": "Melostate — Personalized Wellness Audio & Listening Tools",
  "short_name": "Melostate",
  "description": "Audio shaped around you, your listening setup, and what you need right now. Focus, sleep, meditation, and listening-device checks.",
  "id": "/",
  "start_url": "/home?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#0b0813",
  "theme_color": "#0b0813",
  "categories": [
    "health",
    "lifestyle",
    "music",
    "utilities"
  ],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon1.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon0.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Open Melostate Home",
      "url": "/home?source=pwa_shortcut",
      "icons": [{ "src": "/icon1.png", "sizes": "32x32" }]
    },
    {
      "name": "Focus Audio",
      "short_name": "Focus",
      "description": "Binaural and ambient focus audio",
      "url": "/focus?source=pwa_shortcut",
      "icons": [{ "src": "/icon1.png", "sizes": "32x32" }]
    },
    {
      "name": "Sleep Soundscapes",
      "short_name": "Sleep",
      "description": "Deep restorative sleep and delta audio",
      "url": "/sleep?source=pwa_shortcut",
      "icons": [{ "src": "/icon1.png", "sizes": "32x32" }]
    },
    {
      "name": "Device Lab",
      "short_name": "Device Lab",
      "description": "Acoustic and headphone diagnostic checks",
      "url": "/device-lab?source=pwa_shortcut",
      "icons": [{ "src": "/icon1.png", "sizes": "32x32" }]
    },
    {
      "name": "Meditate",
      "short_name": "Meditate",
      "description": "Calm mindfulness and alpha waves",
      "url": "/meditate?source=pwa_shortcut",
      "icons": [{ "src": "/icon1.png", "sizes": "32x32" }]
    }
  ]
}