{
  "name": "SleepMelody",
  "short_name": "SleepMelody",
  "description": "Sleep sounds & meditation, in your language.",
  "start_url": "/home",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#05080F",
  "theme_color": "#05080F",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Sleepy Mode",
      "short_name": "Sleepy",
      "description": "Immersive wind-down with a sleep timer",
      "url": "/sleepy",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Quick Mix",
      "short_name": "Mix",
      "description": "Open the sound mixer",
      "url": "/mixer",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Focus Mode",
      "short_name": "Focus",
      "description": "Pomodoro + binaural beats",
      "url": "/focus",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Morning Alarm",
      "short_name": "Alarm",
      "description": "Gradual wake-up alarm",
      "url": "/alarm",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sleep Stats",
      "short_name": "Stats",
      "description": "View sleep statistics",
      "url": "/statistics",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
