{
  "name": "Cellarmate",
  "short_name": "Cellarmate",
  "description": "Pocket sommelier — snap a wine list, get a ranked pick in under a minute.",
  "start_url": "/v/sommelier",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5efe2",
  "theme_color": "#f5efe2",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan",
      "short_name": "Scan",
      "url": "/v/sommelier",
      "description": "Camera-first wine-list scanner"
    }
  ]
}
