{
  "name": "2b3",
  "short_name": "2b3",
  "description": "2b3",
  "id": ".",
  "start_url": ".",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "theme_color": "#16A1D0",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "protocol_handlers": [
    {
      "protocol": "web+tea",
      "url": "/tea?type=%s"
    },
    {
      "protocol": "web+coffee",
      "url": "/coffee?type=%s"
    }
  ],
  "icons": [
    {
      "src": "logo.png",
      "sizes": "16x16 32x32 64x64 96x96 128x128",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "screen_wide.png",
      "sizes": "640x320",
      "type": "image/png",
      "form_factor": "wide",
      "label": "2b3"
    },
    {
      "src": "screen_narrow.png",
      "sizes": "320x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "2b3"
    }
  ]
}
