{
  "name": "VinoSwipe — find wines you actually like",
  "short_name": "VinoSwipe",
  "description": "Swipe through bottles, keep the ones you like, and let your Wine DNA do the shopping.",
  "id": "/",
  "start_url": "/discover",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#1a0510",
  "theme_color": "#8c1c3c",
  "categories": ["food", "lifestyle", "shopping"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Discover", "url": "/discover", "icons": [{ "src": "/icons/shortcut-deck.png", "sizes": "96x96" }] },
    { "name": "My cellar", "url": "/cellar", "icons": [{ "src": "/icons/shortcut-cellar.png", "sizes": "96x96" }] },
    { "name": "Ask the sommelier", "url": "/sommelier", "icons": [{ "src": "/icons/shortcut-somm.png", "sizes": "96x96" }] }
  ],
  "share_target": {
    "action": "/tastings/new",
    "method": "GET",
    "params": { "title": "wine", "text": "note" }
  }
}
