{
  "name": "The Foodie Club",
  "short_name": "FoodieClub",
  "description": "Fresh grilled food at Grand Canyon Village. Breakfast, Lunch & Dinner.",
  "start_url": "/index.php?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#151515",
  "theme_color": "#e31e24",
  "lang": "en-US",
  "categories": ["food", "restaurants"],
  "icons": [
    {
      "src": "assets/img/favicons/favicon_pbi.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/favicons/favicon_pbi.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Order Now",
      "short_name": "Order",
      "url": "https://order.toasttab.com/online/foodie-club-400-az-64",
      "description": "Order food online via Toast"
    },
    {
      "name": "View Menu",
      "short_name": "Menu",
      "url": "/menu",
      "description": "Browse our full menu"
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "url": "/contact",
      "description": "Get in touch with us"
    }
  ]
}
