{
  "name": "Cosmic Music Player",
  "short_name": "Music Player",
  "description": "Progressive Web App music player with equalizer",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["music", "entertainment"],
  "lang": "en-US",
  "scope": "/",
  "prefer_related_applications": false
}