{
  "name": "Premium Restaurant",
  "short_name": "Restaurant",
  "description": "Premium restaurant website with menu, booking and WhatsApp ordering",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#111111",
  "theme_color": "#d4a349",
  "orientation": "portrait",
  "icons": [
    {
      "src": "images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}