xTiles Web Clipper

xTiles Web Clipper

Save interesting articles from the Internet in any of the available spaces with little effort.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Save interesting articles from the Internet in any of the available spaces with little effort.",
  "version": "1.1.4",
  "manifest_version": 3,
  "name": "xTiles Web Clipper",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {},
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*.woff2",
        "fonts/*.woff",
        "fonts/*.eot",
        "fonts/*.ttf"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}