{
  "name": "LaCarte Menu",
  "short_name": "LaCarte",
  "description": "Browse the menu and order",
  "_comment": "No start_url/scope on purpose: this is a per-table menu (/qr/<tableHash>). A fixed start_url makes iOS strip the hash on add-to-home-screen and launch a table-less /qr/. Omitting it makes the launcher use the added page URL (with the hash); a LaunchRedirect also recovers the last table if it ever lands on bare /qr/.",
  "display": "standalone",
  "background_color": "#14283c",
  "theme_color": "#14283c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/qr/icons/lacarte-icon-dark-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/qr/icons/lacarte-icon-dark-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/qr/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    }
  ],
  "categories": ["food", "lifestyle"],
  "lang": "en"
}
