{
  "name": "adiobox: Audio Player/Library for the Web",
  "short_name": "adiobox",
  "id": "adiobox",
  "description": "Audio Player/Library for the Web",
  "version": "1.2.0.0",
  "icons": [
    {
      "src": "/res/img/adio-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/res/img/adio-256.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ],

  "file_handlers": [
    {
      "icons": [
        {
          "src": "/res/img/adio-192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/res/img/adio-256.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ],
      "action": "/?play-with",
      "name": "Play with adiobox",
      "accept": {
        "audio/aac": [".aac", ".m4a"],
        "audio/mpeg": [".mp3"],
        "audio/flac": [".flac"],
        "audio/wav": [".wav"]
      },
      "launch_type": "single-client"
    }
  ],

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "scope": "/",
  "scope_extensions": [
    { "type": "origin", "value": "https://adiobox.naito.co" }
  ],

  "start_url": "/index.html?standalone",
  "theme_color": "#1e1e32",
  "background_color": "#1e1e32",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "isolated_storage": true,
  "permissions_policy": {
  }
}
