đź’ˇVaayu Agent - Local AI Assistant (Ollama) Firefox

Examine source code of đź’ˇVaayu Agent - Local AI Assistant (Ollama)

By: KRKathia Add-on
Inspect and view changes in đź’ˇVaayu Agent - Local AI Assistant (Ollama) 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": 3,
  "name": "Vaayu Agent",
  "version": "2.3",
  "description": "Privacy-first local AI assistant utilizing Ollama for streaming text processing, semantic rewriting, structured prompt generation, and multi-turn workflows.",
  "browser_specific_settings": {
    "gecko": {
      "id": "vaayu-agent@kunalsinh-local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://localhost:11434/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Vaayu Settings"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best đź’ˇVaayu Agent - Local AI Assistant (Ollama) Alternatives

Here are some Firefox add-ons that are similar to đź’ˇVaayu Agent - Local AI Assistant (Ollama):