ChatAI :  Local AI Assistant Multimodal Sidebar Firefox

Examine source code of ChatAI : Local AI Assistant Multimodal Sidebar

By: ChatAI Add-on
Inspect and view changes in ChatAI : Local AI Assistant Multimodal Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatAI🧠 Local Multimodal AI Assistant",
  "description": "Local multimodal AI assistant for Firefox featuring vision, voice, RAG, and Ollama/OpenAI compatibility.",
  "version": "3.2.6.2",
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "activeTab",
    "clipboardWrite"
  ],
  "host_permissions": [
    "http://localhost:11434/",
    "http://127.0.0.1:11434/",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_title": "ChatAI🧠 Sidebar",
    "default_panel": "sidebar.html",
    "default_icon": "icons/chatai48x48.png"
  },
  "action": {
    "default_title": "Open ChatAI🧠",
    "default_icon": {
      "16": "icons/chatai16x16.png",
      "32": "icons/chatai32x32.png",
      "48": "icons/chatai48x48.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "preview.html",
        "rag-worker.js",
        "lib/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/chatai16x16.png",
    "32": "icons/chatai32x32.png",
    "48": "icons/chatai48x48.png",
    "96": "icons/chatai96x96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ollama-multimodal-sidebar@local",
      "strict_min_version": "130.0"
    }
  }
}

Best ChatAI : Local AI Assistant Multimodal Sidebar Alternatives

Here are some Firefox add-ons that are similar to ChatAI : Local AI Assistant Multimodal Sidebar: