{
  "name": "BottleSnaps — AI Bar Inventory",
  "short_name": "BottleSnaps",
  "description": "Photograph your bar. Know every bottle. Make every cocktail.",
  "id": "/",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#120c08",
  "theme_color": "#1a120b",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Scan bottles", "url": "/scan", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "What can I make?", "url": "/cocktails?filter=makeable", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
