{
  "name": "Oliver's Cafe",
  "short_name": "Oliver's",
  "description": "Experience artisanal coffee and delicious food at Oliver's Cafe",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4A5568",
  "icons": [
    {
      "src": "/oliver-favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/oliver-favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}