{
  "name": "Note3",
  "short_name": "Note3",
  "description": "Note3 - decentralized woven data PoC",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#282c34",
  "lang": "en",
  "scope": "./",
  "icons": [
    {
      "src": "pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "sizes": "906x413",
      "src": "note3-screenshot-wide.png",
      "form_factor": "wide"
    },
    {
      "src": "note3-screenshot-mobile.jpg",
      "sizes": "606x1134"
    }
  ],
  "share_target": {
    "method": "POST",
    "enctype": "multipart/form-data",
    "action": "/#/share",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+notethree",
      "url": "/#?protocol_handler=%s"
    }
  ]
}
