{
  "name": "RetroROCKS! - The Internet's Playlist of the 60s 70s & 80s",
  "short_name": "RetroROCKS!",
  "description": "Listen to RetroROCKS! - Classic Hits & Classic Rock from the 60s, 70s, and 80s",
  "scope": "/app/",
  "start_url": "/app/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#331e07",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://retrorocks.net/app/icon.png",
      "sizes": "1024x1024",
      "type": "image/png"
    },
    {
      "src": "https://retrorocks.net/app/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "https://retrorocks.net/app/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://retrorocks.net/app/icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Play Live",
      "short_name": "Play",
      "description": "Start playing RetroROCKS! live stream",
      "url": "/",
      "icons": [
        {
          "src": "https://retrorocks.net/app/icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Request a Song",
      "short_name": "Request",
      "description": "Send a song request or dedication",
      "url": "https://retrorocks.net/requests/",
      "icons": [
        {
          "src": "https://retrorocks.net/app/icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}