{
  "name": "Libate",
  "short_name": "Libate",
  "description": "Your home bar, made ritual.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1A1F2E",
  "background_color": "#1A1F2E",
  "lang": "en",
  "categories": ["lifestyle", "food"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Add bottle", "url": "/add" },
    { "name": "My bar", "url": "/bar" }
  ]
}
