{
  "name": "White Noise Flow",
  "short_name": "WhiteNoise",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#121212",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Flow",
      "short_name": "Play",
      "description": "Start playing white noise",
      "url": "./index.html?action=play",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sleep Timer (30m)",
      "short_name": "Timer",
      "description": "Play for 30 minutes",
      "url": "./index.html?action=play&timer=30",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}