{
  "short_name": "bblip",
  "name": "bblip",
  "icons": [
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "screenshots": [
    {
      "src": "desktop-home.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Main dashboard on a wide screen"
    },
    {
      "src": "mobile-home.jpg",
      "sizes": "748x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile view of the app"
    }
  ],
  "share_target": {
    "action": "/share-pinterest",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
