Scite Firefox

Examine source code of Scite

Inspect and view changes in Scite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Scite",
  "author": "Scite Inc.",
  "version": "1.39.2",
  "manifest_version": 3,
  "description": "scite allows users to see how a publication has been cited, providing the citation context and classification",
  "icons": {
    "16": "images/icons/16.png",
    "32": "images/icons/32.png",
    "48": "images/icons/48.png",
    "64": "images/icons/64.png",
    "128": "images/icons/128.png",
    "256": "images/icons/256.png",
    "512": "images/icons/512.png",
    "1024": "images/icons/1024.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "*://*.scite.ai/*",
      "*://localhost/*"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {},
  "host_permissions": [
    "https://api.scite.ai/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8bc17535-7be0-4000-825b-f87c7b45a65a}"
    }
  }
}

Best Scite Alternatives

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