{
  "name": "Online Ordering",
  "short_name": "Order",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f3ee",
  "theme_color": "#221110",
  "icons": [
    {
      "src": "assets/butchers-logo.jpg",
      "sizes": "192x192 512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32",
      "type": "image/x-icon"
    }
  ]
}
