TagSpaces Web Clipper

TagSpaces Web Clipper

Collect and organize web content in plain files.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "TagSpaces",
  "version": "4.0.1",
  "manifest_version": 3,
  "homepage_url": "https://www.tagspaces.org",
  "description": "__MSG_appDesc__",
  "permissions": [
    "pageCapture",
    "tabs",
    "downloads",
    "activeTab",
    "storage",
    "scripting"
  ],
  "content_security_policy": {},
  "default_locale": "en_US",
  "action": {
    "default_icon": "images/icon-128.png",
    "default_title": "__MSG_appLauncher__",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "host_permissions": [
    "http://*/",
    "https://*/",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "service-worker.dist.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      }
    }
  },
  "options_ui": {
    "page": "options.html"
  }
}