{
  "name": "ServeHQ",
  "short_name": "ServeHQ",
  "description": "Order food online for dine-in, pickup, or takeaway",
  "start_url": "menu.html",
  "display": "standalone",
  "background_color": "#faf7f0",
  "theme_color": "#0d3d1a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
