{
  "name": "Drink Maps",
  "short_name": "Drink Maps",
  "description": "Every happy hour, bottle-service table, beer fest and liquor store near you — on one map.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#06080F",
  "theme_color": "#06080F",
  "icons": [
    { "src": "brand/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "brand/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open the map",
      "short_name": "Map",
      "description": "Jump straight to the live map",
      "url": "./index.html?m=1#map",
      "icons": [{ "src": "brand/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tonight's deals",
      "short_name": "Deals",
      "description": "What's live and claimable right now",
      "url": "./index.html?m=1#deals",
      "icons": [{ "src": "brand/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
