{
  "name": "Keg Tapped - Discover Your Perfect Beer",
  "short_name": "Keg Tapped",
  "description": "A social beer rating platform with flavor profiling, brewery verification, and personalized recommendations.",
  "start_url": "/feed",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F59E0B",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-feed.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Beer feed with ratings and reviews"
    },
    {
      "src": "/screenshots/mobile-beer.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Beer detail page with flavor profile"
    },
    {
      "src": "/screenshots/desktop-feed.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop feed view"
    }
  ],
  "categories": ["food", "social", "lifestyle"],
  "shortcuts": [
    {
      "name": "Scan Beer",
      "short_name": "Scan",
      "description": "Scan a beer's QR code",
      "url": "/scan",
      "icons": [
        {
          "src": "/icons/shortcut-scan.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Nearby Breweries",
      "short_name": "Nearby",
      "description": "Find breweries near you",
      "url": "/breweries?nearby=true",
      "icons": [
        {
          "src": "/icons/shortcut-location.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Rating",
      "short_name": "Rate",
      "description": "Rate a new beer",
      "url": "/beers?rate=true",
      "icons": [
        {
          "src": "/icons/shortcut-rate.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  },
  "prefer_related_applications": false,
  "iarc_rating_id": "",
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+kegtapped",
      "url": "/beer/%s"
    }
  ]
}
