{
  "name": "HopTrack",
  "short_name": "HopTrack",
  "description": "Track Every Pour — The social brewery and beer tracking app.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0F0E0C",
  "theme_color": "#D4A843",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "social"],
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Log a new beer check-in",
      "url": "/home?checkin=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Find breweries near you",
      "url": "/explore",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
