{
  "name": "Bookmark Squirrel",
  "short_name": "BMSq",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icons/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "/favicon-64x64.png",
      "type": "image/png",
      "sizes": "64x64"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/bmsq-narrow.png",
      "sizes": "400x800",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Add bookmark"
    },
    {
      "src": "/screenshots/bmsq-wide.png",
      "sizes": "1024x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bookmark Squirrel"
    }
  ]
}
