AI Web Assistant Firefox

Examine source code of AI Web Assistant

Inspect and view changes in AI Web Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Web Assistant",
  "version": "1.0.0",
  "description": "AI Web Assistant — Votre assistant IA intelligent pour naviguer, résumer, traduire et interagir avec le web.",
  "author": "AI Web Assistant",
  "default_locale": "fr",
  "icons": {
    "16": "icons/icon16.svg",
    "32": "icons/icon32.svg",
    "48": "icons/icon48.svg",
    "128": "icons/icon128.svg"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.svg",
      "32": "icons/icon32.svg",
      "48": "icons/icon48.svg",
      "128": "icons/icon128.svg"
    },
    "default_title": "AI Web Assistant"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://api.openai.com/*",
    "https://api.anthropic.com/*",
    "https://generativelanguage.googleapis.com/*",
    "https://openrouter.ai/*",
    "https://api.deepseek.com/*",
    "https://api.mistral.ai/*",
    "https://api.groq.com/*"
  ],
  "minimum_chrome_version": "116",
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-web-assistant@example.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AI Web Assistant Alternatives

Here are some Firefox add-ons that are similar to AI Web Assistant: