{
  "name": "Weedy Garage Radio",
  "short_name": "WGR",
  "description": "Listen live, join the chatroom, check the playlist, and keep up with Weedy Garage Radio.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#111416",
  "theme_color": "#bbf247",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/app-icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Listen Live",
      "short_name": "Listen",
      "url": "index.html#listen"
    },
    {
      "name": "Chatroom",
      "short_name": "Chat",
      "url": "chat.html"
    },
    {
      "name": "Recent Playlist",
      "short_name": "Playlist",
      "url": "playlist.html"
    }
  ]
}
