{
  "id": "brew-shop",
  "name": "Brew — Specialty Coffee",
  "short_name": "Brew",
  "scope": "/",
  "start_url": "/",
  "lang": "en",
  "theme_color": "#6f4e37",
  "background_color": "#ffffff",
  "description": "Order specialty coffee, delivered fresh. Single-origin beans, brewing guides, and a frictionless mobile-first ordering experience.",
  "orientation": "any",
  "dir": "ltr",
  "display": "standalone",
  "handle_links": "preferred",
  "scope_extensions": [
    {
      "origin": "*.example.com"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 320
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "screenshots": [
    {
      "label": "Browse the shop",
      "src": "/screenshots/mobile-1.jpg",
      "sizes": "551x979",
      "form_factor": "narrow"
    },
    {
      "label": "Product detail",
      "src": "/screenshots/tablet-1.jpg",
      "sizes": "1270x800",
      "form_factor": "wide"
    }
  ],
  "icons": [
    { "src": "android/android-launchericon-512-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "android/android-launchericon-192-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "android/android-launchericon-144-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "android/android-launchericon-96-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "android/android-launchericon-72-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "android/android-launchericon-48-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "ios/1024.png", "sizes": "1024x1024", "type": "image/png" },
    { "src": "ios/512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "ios/192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "ios/180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "ios/152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "ios/120.png", "sizes": "120x120", "type": "image/png" },
    { "src": "ios/76.png", "sizes": "76x76", "type": "image/png" }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+brew",
      "url": "/protocol?q=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/png", "image/jpeg", "image/webp"]
        }
      ]
    }
  },
  "categories": ["food", "shopping", "lifestyle", "productivity"],
  "features": ["fast", "offline-capable", "installable"],
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "shortcuts": [
    {
      "name": "Browse Shop",
      "short_name": "Shop",
      "description": "See what's brewing today",
      "url": "/shop",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "Review your cart",
      "url": "/cart",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "Orders and subscriptions",
      "url": "/account",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "Quick Order",
      "short_name": "Order",
      "tag": "quickOrder",
      "ms_ac_template": "widgets/ms_ac.json",
      "data": "widgets/data.json",
      "description": "Re-order your favourites in one tap",
      "screenshots": [
        {
          "label": "Widget Screenshot",
          "src": "/widgets/screenshot-widget.png",
          "sizes": "600x400"
        }
      ],
      "icons": [
        { "src": "/android-chrome-192x192.png", "sizes": "192x192" }
      ],
      "backgrounds": [
        { "src": "/widgets/background.png", "sizes": "600x400" }
      ]
    }
  ]
}
