ResearchWize Firefox

Examine source code of ResearchWize

Inspect and view changes in ResearchWize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ResearchWize",
  "description": "AI-powered summariser & study toolkit.",
  "version": "2.0.1.3",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "ResearchWize",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup_notice.html"
  },
  "sidebar_action": {
    "default_title": "ResearchWize",
    "default_panel": "sidepanel.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "identity",
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://chrome.rob-d09.workers.dev/*",
    "https://api.researchwize.com/*",
    "https://researchwize.com/*",
    "https://www.researchwize.com/*",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "console-filter.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "firefox-shim.js",
        "metadata.js",
        "libs/readability.js",
        "libs/unfluff.bundle.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "popup_notice.html",
        "popup_notice.js",
        "sidepanel.html",
        "welcome.html",
        "flashcards.html",
        "flashcards.css",
        "flashcards.js",
        "metadata.js",
        "save_summary.js",
        "icons/*",
        "libs/*.js",
        "summary_export.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "researchwize@rw.com",
      "strict_min_version": "124.0"
    }
  }
}

Best ResearchWize Alternatives

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