Cluing - Shareable Notes on Web Pages Firefox

Examine source code of Cluing - Shareable Notes on Web Pages

By: Ivan
Inspect and view changes in Cluing - Shareable Notes on Web Pages source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cluing - Shareable Notes on Web Pages",
  "description": "Create shareable notes and highlights on any web page, pdf, youtube & kindle - Organize and collaborate on your research.",
  "version": "3.53.3.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@collabwriting.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "images/icon-01.png",
    "24": "images/icon-02.png",
    "32": "images/icon-03.png",
    "48": "images/icon-04.png",
    "128": "images/icon-05.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-01.png",
      "24": "images/icon-02.png",
      "32": "images/icon-03.png",
      "48": "images/icon-04.png",
      "128": "images/icon-05.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/load.listener.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "build/bundle.highlighter.js"
      ],
      "exclude_matches": [
        "https://app.collabwriting.com/*",
        "https://beta.collabwriting.com/*",
        "https://app.cluing.io/*",
        "https://beta.cluing.io/*",
        "https://cowrite.me/*",
        "https://www.cowrite.me/*",
        "https://clu.ing/*",
        "https://www.clu.ing/*",
        "http://localhost/*",
        "https://cite.link/*"
      ]
    },
    {
      "matches": [
        "https://collabwriting.com/v0.9/snippet**",
        "https://www.collabwriting.com/v0.9/snippet/**"
      ],
      "js": [
        "build/bundle.js"
      ]
    },
    {
      "matches": [
        "https://collabwriting.com/authorizing/**",
        "https://www.collabwriting.com/authorizing/**",
        "https://cluing.io/authorizing/**",
        "https://www.cluing.io/authorizing/**"
      ],
      "js": [
        "scripts/login.listener.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "type": "module"
  },
  "host_permissions": [
    "https://*/"
  ],
  "commands": {
    "trigger-highlighter-shortcut": {
      "suggested_key": {
        "default": "Ctrl+Alt+S",
        "mac": "Ctrl+Alt+S",
        "linux": "Ctrl+Alt+S"
      },
      "description": "Trigger Highlighter Shortcut"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage",
    "alarms",
    "contextMenus",
    "webRequest"
  ]
}

Best Cluing - Shareable Notes on Web Pages Alternatives

Here are some Firefox add-ons that are similar to Cluing - Shareable Notes on Web Pages: