{
  "name": "BuyTheWay",
  "short_name": "BTW",
  "description": "Shop with confidence. Know before you buy.",
  "start_url": "/scan?mode=barcode&from=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a0a1f",
  "theme_color": "#1a0a1f",
  "categories": ["shopping", "lifestyle", "health"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Scan barcode",
      "short_name": "Scan",
      "description": "Open the live barcode scanner",
      "url": "/scan?mode=barcode&from=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan a label",
      "short_name": "Label",
      "description": "Scan an ingredient label",
      "url": "/scan?mode=photo&from=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search products",
      "short_name": "Search",
      "description": "Search any product",
      "url": "/scan?mode=search&from=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/api/public/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
