{
    "name": "The Wallet",
    "short_name": "The Wallet",
    "start_url": "./",
    "scope": ".",
    "icons": [
      {
        "src": "/thumbnail.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "theme_color": "#1b3555",
    "background_color": "#171717",
    "display": "standalone",
    "description": "Save links and text with ease!",
    "categories": ["bookmark", "browser", "quotes"],
    "screenshots": [
      {
          "src": "/bookmarks-abstract.png",
          "type": "image/png",
          "sizes": "512x512"
      },
      {
          "src": "/excerpts-abstract.png",
          "type": "image/png",
          "sizes": "512x512"
      }
    ],
    "share_target": {
      "action": "/",
      "method": "GET",
      "enctype": "application/x-www-form-urlencoded",
      "params":
      {
        "title": "title",
        "text": "text",
        "url": "url"
      }
    }
  }