{
  "name": "Sur — Offline Music Player",
  "short_name": "Sur",
  "description": "Your downloaded music, played offline. Equalizer, playlists, lock-screen controls.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait",
  "background_color": "#0b0b12",
  "theme_color": "#0b0b12",
  "lang": "bn",
  "dir": "ltr",
  "categories": ["music", "entertainment", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "audio/mpeg": [".mp3"],
        "audio/mp4": [".m4a", ".mp4"],
        "audio/flac": [".flac"],
        "audio/ogg": [".ogg", ".oga", ".opus"],
        "audio/wav": [".wav"],
        "audio/aac": [".aac"]
      }
    }
  ],
  "shortcuts": [
    { "name": "Library", "url": "./index.html#library", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Playlists", "url": "./index.html#playlists", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
