{
  "name": "The Healthy Hive",
  "short_name": "Healthy Hive",
  "description": "Your neighborhood nutrition club in Clearwater — full menu, tea bombs, bagels, loyalty rewards, and more.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fff9eb",
  "theme_color": "#e5b318",
  "lang": "en-US",
  "categories": ["food", "lifestyle", "health"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Call the Hive",
      "short_name": "Call",
      "url": "./index.html#visit",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Full menu",
      "short_name": "Menu",
      "url": "./index.html#menu",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Loyalty card",
      "short_name": "Loyalty",
      "url": "./index.html#loyalty",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
