{
  "name": "Sanchez Tacos",
  "short_name": "Sanchez Tacos",
  "description": "Authentic Mexican street food. Order online from our taco trucks in Albuquerque, Rio Rancho & Grants, NM.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF8F5",
  "theme_color": "#CE1126",
  "icons": [
    { "src": "/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/images/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["food", "restaurants"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Order Now",
      "short_name": "Order",
      "description": "Start a new order",
      "url": "/order.html",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Menu",
      "short_name": "Menu",
      "description": "Browse our menu",
      "url": "/menu.html",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
