ScribePal Firefox

Examine source code of ScribePal

Inspect and view changes in ScribePal source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ScribePal",
  "version": "1.6.4",
  "description": "ScribePal is an intelligent browser extension that leverages AI to empower your web experience.",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icon16.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "webNavigation",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "serviceWorker.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentReceiver.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "scribe-pal@code.forge.temple",
      "strict_min_version": "91.0"
    }
  },
  "commands": {
    "show-chat": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Show ScribePal chat"
    }
  }
}

Best ScribePal Alternatives

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