{
  "name": "Music Player",
  "short_name": "Music Player",
  "id": "/",
  "start_url": "/login.html?v=20",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en-GB",

  "background_color": "#000000",
  "theme_color": "#000000",

  "description": "A clean music-style player interface used as a reveal screen for performances.",

  "icons": [
    {
      "src": "/images/musicplayer-icon-192x192.png?v=14",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/musicplayer-icon-512x512.png?v=14",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "categories": ["entertainment", "music", "magic"]
}
