{
  "name": "SirTube",
  "short_name": "SirTube",
  "description": "Youtube but Sirmeme?",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#202020",
  "theme_color": "#43B581",
  "icons": [
    {
      "src": "imgs/youtube-logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "imgs/youtube-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "imgs/youtube-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}