{
  "name": "Kitchen & Bean Café",
  "short_name": "K&B Café",
  "description": "Edinburgh's community café for speciality coffee, all-day brunch, and homemade cakes. Your perfect spot for breakfast, lunch, and great coffee.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a1a0f",
  "theme_color": "#2a5c3a",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "restaurant", "cafe", "coffee"],
  "screenshots": [
    {
      "src": "/images/screenshot-mobile.jpg",
      "sizes": "375x812",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Kitchen & Bean Café Mobile Homepage"
    },
    {
      "src": "/images/screenshot-tablet.jpg",
      "sizes": "768x1024",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Kitchen & Bean Café Tablet Menu"
    }
  ],
  "shortcuts": [
    {
      "name": "Order Now",
      "short_name": "Order",
      "description": "Place an order for pickup or delivery",
      "url": "/order.php",
      "icons": [
        {
          "src": "/icons/order-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Menu",
      "short_name": "Menu",
      "description": "Browse our coffee, brunch, and cake menu",
      "url": "/menus.php",
      "icons": [
        {
          "src": "/icons/menu-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "Access your account and loyalty rewards",
      "url": "/a/account.php",
      "icons": [
        {
          "src": "/icons/account-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.kitchenandbeancafe.app",
      "id": "com.kitchenandbeancafe.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/kitchen-bean-café/id123456789"
    }
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+kbcafe",
      "url": "/order.php?ref=%s"
    }
  ]
}