{
  "name": "Vinyl Report",
  "short_name": "Vinyl Report",
  "description": "Manage your Music Collection Fast & Easy",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json",
      "id": "/"
    }
  ],
  "background_color": "#0E0E11",
  "theme_color": "#0E0E11",
  "orientation": "portrait",
  "scope": "/",
  "protocol_handlers": [
    {
      "protocol": "web+vinylreport",
      "url": "/pwa-handler?url=%s"
    }
  ],
  "icons": [
    {
      "src": "/Icon_VinylReport_192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/Icon_VinylReport_512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}

