{
  "name": "SipSelect — Cocktail Discovery",
  "short_name": "SipSelect",
  "description": "Ingredient-driven cocktail discovery. Start with a spirit, make something beautiful.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050d1a",
  "theme_color": "#050d1a",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "House Collection",
      "url": "/anders",
      "description": "Browse curated cocktail recipes"
    },
    {
      "name": "My Favorites",
      "url": "/favorites",
      "description": "View saved cocktails"
    },
    {
      "name": "My Bar",
      "url": "/inventory",
      "description": "Manage your ingredient inventory"
    }
  ]
}
