{
  "name": "Stoutly",
  "short_name": "Stoutly",
  "description": "Stoutly helps you find and rate the best pints of Guinness based on price, quality, and your location.",
  "lang": "en-GB",
  "dir": "ltr",
  "id": "/?source=pwa",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "background_color": "#111827",
  "theme_color": "#2C1F17",
  "categories": ["food", "drink", "lifestyle", "social"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "prefer_related_applications": false,
  "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 maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-map.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Explore nearby pubs on the interactive map."
    },
    {
      "src": "/screenshots/mobile-details.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "View detailed ratings, prices, and photos for any pub."
    },
    {
      "src": "/screenshots/mobile-profile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track your ratings, level up, and earn new ranks!"
    },
    {
      "src": "/screenshots/mobile-community.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "See what the community is rating in the live feed."
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Nearby",
      "short_name": "Explore",
      "description": "Find pubs near your current location",
      "url": "/?tab=map",
      "icons": [{ "src": "/icons/shortcut-explore-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your ratings and rank progress",
      "url": "/?tab=profile",
      "icons": [{ "src": "/icons/shortcut-profile-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}