{
  "name": "Bookplate",
  "short_name": "Bookplate",
  "description": "A reading library you keep. Save articles, read offline, export any time.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F6EEDC",
  "theme_color": "#F6EEDC",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": {
      "url": "add",
      "text": "add"
    }
  }
}