{
  "name": "Karaoke Knight",
  "short_name": "Karaoke",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
    "icons": [
    {
            "src": "https://karaokeknight.app/_api/pwa-icon?size=192",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
            "src": "https://karaokeknight.app/_api/pwa-icon?size=512",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}