{
  "name": "Wine-O",
  "short_name": "Wine-O",
  "description": "Find the highest ABV wine at any restaurant. Search or scan a wine list and rank by alcohol by volume.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090603",
  "theme_color": "#090603",
  "orientation": "portrait",
  "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"
    }
  ],
  "categories": ["food", "lifestyle", "utilities"],
  "screenshots": [
    {
      "src": "/screenshots/search.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Search wines by name or grape"
    },
    {
      "src": "/screenshots/scan.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Scan a restaurant wine list"
    }
  ]
}
