{
  "name": "The Well",
  "short_name": "The Well",
  "description": "Never run dry. Your bar's drink library, study tools, prep calculator, and Door Number 3.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a1f2e",
  "theme_color": "#0a1f2e",
  "scope": "/",
  "lang": "en",
  "categories": ["food", "lifestyle", "education"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "apple-mobile-web-app-capable": "yes",
  "apple-mobile-web-app-status-bar-style": "black-translucent",
  "apple-mobile-web-app-title": "The Well",
  "shortcuts": [
    {
      "name": "Drink Library",
      "short_name": "Library",
      "url": "/",
      "description": "Browse all 50 classic cocktails"
    },
    {
      "name": "Door Number 3",
      "short_name": "Door No.3",
      "url": "/",
      "description": "Let the bar decide your next drink"
    },
    {
      "name": "Prep Calculator",
      "short_name": "Prep Calc",
      "url": "/",
      "description": "Calculate ingredients for your shift"
    }
  ]
}
