{
  "name": "SAI Music",
  "short_name": "SAI Music",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Play latest album",
      "short_name": "Latest album",
      "url": "index.php?list=recent"
    },
    {
      "name": "Frequently played",
      "short_name": "Top tracks",
      "url": "index.php?list=popular"
    },
    {
      "name": "Shuffle all",
      "short_name": "Shuffle",
      "url": "index.php?list=shuffle"
    }
  ]
}