{
  "name": "The Spices Restaurant & Bar",
  "short_name": "The Spices",
  "description": "Authentic Nepali & Indian cuisine across 6 Wisconsin locations. Order online, earn rewards, book tables.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0E3D22",
  "theme_color": "#1A5C35",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["food", "lifestyle"],
  "shortcuts": [
    {
      "name": "Order Online",
      "short_name": "Order",
      "url": "/order.php",
      "icons": [{"src": "/images/icons/web-app-manifest-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Reserve a Table",
      "short_name": "Reserve",
      "url": "/reservation.php",
      "icons": [{"src": "/images/icons/web-app-manifest-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Catering & Events",
      "short_name": "Catering",
      "url": "/catering.php",
      "icons": [{"src": "/images/icons/web-app-manifest-192x192.png", "sizes": "192x192"}]
    }
  ]
}
