{
  "name": "Pubber – Pub Crawl Planner",
  "short_name": "Pubber",
  "description": "Plan the perfect pub crawl. Find every pub nearby, pick your stops, and get the shortest walking route.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#13141a",
  "theme_color": "#13141a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "travel", "lifestyle"]
}
