{
  "_comment": "This file exists for the favicon set and the Android home-screen icon, NOT to ship a progressive web app. `display` MUST stay \"browser\": with \"standalone\" (the realfavicongenerator default this file came from) Chrome and Android treat the site as installable and pop an unprompted Install app offer, which on a drinks site reads as something the visitor did not ask for. There is no service worker and no offline support, so the installed thing would only ever be this website in a window without an address bar. If you regenerate the favicons, change this back before deploying.",
  "name": "Compact Cocktail",
  "short_name": "Compact Cocktail",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#fff3e3",
  "background_color": "#fff3e3",
  "display": "browser"
}
