{
  "name": "Melodia",
  "short_name": "Melodia",
  "description": "A native-feeling local music player with saved online tracks and offline playback",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#09090b",
  "background_color": "#09090b",
  "categories": ["music", "entertainment"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-light-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-dark-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Library",
      "short_name": "Library",
      "description": "View your music library",
      "url": "/library?source=shortcut",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Playlists",
      "short_name": "Playlists",
      "description": "View your playlists",
      "url": "/playlists?source=shortcut",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
