{
  "name": "Restaurant Menu",
  "short_name": "Menu",
  "description": "Order delicious coffee and desserts online",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fff8e1",
  "theme_color": "#c62828",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🍽️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ]
}