{
  "name": "Wave - Music Streaming Platform",
  "short_name": "Wave",
  "description": "Discover, stream, and share music. Connect with artists worldwide.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#8B5CF6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/wave-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wave-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment", "audio"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Search Music",
      "short_name": "Search",
      "description": "Search for songs and artists",
      "url": "/search",
      "icons": [{ "src": "/wave-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Your Library",
      "short_name": "Library",
      "description": "Access your saved music",
      "url": "/library",
      "icons": [{ "src": "/wave-logo.png", "sizes": "96x96" }]
    }
  ]
}
