Reading.bot Firefox

Examine source code of Reading.bot

Inspect and view changes in Reading.bot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Reading.bot",
  "version": "0.4.18",
  "manifest_version": 3,
  "description": "Extract references from PDFs, analyze them, and chat with them.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@reading-bot.belmontlansdown"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "storage"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "app/immutable/assets/pdf.worker.min.CoCB56f7.mjs",
        "app/immutable/assets/pdf.worker.min.mjs"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "https://reading.bot/*"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16-light.png",
    "32": "images/icon32-light.png",
    "48": "images/icon48-light.png",
    "128": "images/icon128-light.png"
  },
  "action": {
    "default_title": "Reading.bot"
  },
  "content_scripts": [
    {
      "matches": [
        "https://reading.bot/"
      ],
      "run_at": "document_start",
      "js": [
        "redirect.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://reading.bot/share/*",
        "https://localhost:9090/share/*",
        "http://localhost:9090/share/",
        "http://localhost:9090/share/*",
        "https://localhost:9090/share/"
      ],
      "run_at": "document_start",
      "js": [
        "installCheck.js"
      ],
      "all_frames": true
    }
  ]
}

Best Reading.bot Alternatives

Here are some Firefox add-ons that are similar to Reading.bot: