{
  "name": "The Prince of Wales - Marlow",
  "short_name": "Prince of Wales",
  "description": "Marlow's traditional pub — real ales, great food, live music and events.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#3D1F0A",
  "theme_color": "#3D1F0A",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home page of The Prince of Wales"
    }
  ],
  "shortcuts": [
    {
      "name": "Our Menu",
      "short_name": "Menu",
      "description": "View our food and drinks menu",
      "url": "/menu",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "See upcoming events",
      "url": "/events",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch or book a table",
      "url": "/contact",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
