{
  "id": "/?source=pwa",
  "name": "DINEO — Discover. Dine. Reserve.",
  "short_name": "DINEO",
  "description": "Discover restaurants, cafés and bars: real menus, prices, hours, events and table reservations.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/discover",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0B0B0D",
  "theme_color": "#0B0B0D",
  "categories": ["food", "lifestyle", "travel"],
  "icons": [
    { "src": "/favicon.png", "sizes": "64x64", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/brand/dineo-mark.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Search venues", "url": "/search" },
    { "name": "My reservations", "url": "/my-reservations" },
    { "name": "Favorites", "url": "/favorites" }
  ]
}
