{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "lang": "ru",
  "name": "UNDER",
  "short_name": "UNDER",
  "description": "Live music from russia underground",
  "start_url": ".",
  "display_override": ["window-controls-overlay"],
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#000000",
  "icons": [
    {
      "src": "./img/pwa/48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "./img/pwa/72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "./img/pwa/96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "./img/pwa/144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "./img/pwa/168.png",
      "sizes": "168x168",
      "type": "image/png"
    },
    {
      "src": "./img/pwa/192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}