ScriptCat Firefox

Examine source code of ScriptCat

Inspect and view changes in ScriptCat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_scriptcat__",
  "version": "0.16.15",
  "author": "CodFrm",
  "description": "__MSG_scriptcat_description__",
  "options_ui": {
    "page": "src/options.html",
    "open_in_tab": true
  },
  "default_locale": "zh_CN",
  "icons": {
    "128": "assets/logo.png"
  },
  "browser_action": {
    "default_popup": "src/popup.html"
  },
  "background": {
    "page": "src/background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "downloads",
    "webRequest",
    "<all_urls>",
    "contextMenus",
    "notifications",
    "clipboardWrite",
    "webRequestBlocking"
  ],
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval'; object-src 'self' blob:",
  "browser_specific_settings": {
    "gecko": {
      "id": "{8e515334-52b5-4cc5-b4e8-675d50af677d}",
      "strict_min_version": "91.1.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "authenticationInfo",
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "commands": {
    "_execute_browser_action": {}
  }
}

Best ScriptCat Alternatives

Here are some Firefox add-ons that are similar to ScriptCat: