{
  "short_name": "Tap Room",
  "name": "The Tap Room - Digital Beer Menu",
  "description": "Interactive digital menu for self-tap beer bars with AI-powered features",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/tv",
  "display": "standalone",
  "theme_color": "#18181b",
  "background_color": "#09090b",
  "orientation": "any",
  "categories": ["food", "lifestyle", "entertainment"],
  "shortcuts": [
    {
      "name": "View Menu",
      "short_name": "Menu",
      "description": "View the tap wall menu",
      "url": "/tv?section=taps",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find Your Tap",
      "short_name": "Quiz",
      "description": "Take the taste profile quiz",
      "url": "/quiz",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}