{
  "name": "Bite & Go Food Ordering",
  "short_name": "Bite & Go",
  "description": "Order fresh food quickly with Bite & Go.",
  "start_url": "./order.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#FFFAF7",
  "theme_color": "#E8401C",
  "icons": [
    {
      "src": "./icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
