Critique: AI Browser Copilot Firefox

Examine source code of Critique: AI Browser Copilot

Inspect and view changes in Critique: AI Browser Copilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Critique: Autonomous Search Assistant",
  "description": "Chat with your pages, get tooltips on unverified information, automatic fact-checks, and more.",
  "version": "1.1.13",
  "manifest_version": 3,
  "host_permissions": [
    "*://*/*"
  ],
  "optional_host_permissions": [
    "*://*.critiquebrowser.app/*",
    "https://*.auth0.com/*",
    "https://fonts.googleapis.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';style-src 'self' 'unsafe-inline' https://fonts.googleapis.com/*"
  },
  "icons": {
    "16": "icon_only.png",
    "48": "icon_only.png",
    "128": "icon_only.png"
  },
  "action": {
    "default_title": "Critique: autonomous search assistant",
    "default_popup": "popup.html"
  },
  "options_page": "popup.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "critiquefirefoxeextension@critiquebrowser.app",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "activeTab",
    "scripting",
    "identity",
    "cookies",
    "alarms"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/popup.html",
        "icon_only.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "sidebar_action": {
    "default_icon": "icon_only.png",
    "default_title": "Critique: AI Intelligent Search",
    "default_panel": "sidepanel.html",
    "open_at_install": false
  },
  "commands": {
    "toggle-sidebar": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K",
        "windows": "Ctrl+Shift+K"
      },
      "description": "Open the Critique sidebar."
    },
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+K",
        "mac": "Command+Shift+K",
        "chromeos": "Ctrl+Shift+K",
        "linux": "Ctrl+Shift+K"
      }
    }
  }
}

Best Critique: AI Browser Copilot Alternatives

Here are some Firefox add-ons that are similar to Critique: AI Browser Copilot: