Ollama Client Firefox

Examine source code of Ollama Client

Inspect and view changes in Ollama Client source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "0.10.3",
  "short_name": "__MSG_extShortName__",
  "icons": {
    "16": "assets/icon.png",
    "32": "assets/icon.png",
    "48": "assets/icon.png",
    "64": "assets/icon.png",
    "128": "assets/icon.png"
  },
  "default_locale": "en",
  "homepage_url": "https://www.ollamaclient.in",
  "permissions": [
    "storage",
    "sidePanel",
    "tabs",
    "scripting",
    "declarativeNetRequest",
    "contextMenus",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "assets/*.wasm",
    "chunks/*.js",
    "content-scripts/*.css"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; worker-src 'self'; connect-src 'self' http://*:* https://*:* ws://*:* wss://*:*; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "shishirchaurasiya435@gmail.com",
      "strict_min_version": "113.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Ollama Client"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/selection-button.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "__MSG_actionDefaultTitle__",
    "default_icon": {
      "16": "assets/icon.png",
      "32": "assets/icon.png",
      "48": "assets/icon.png",
      "64": "assets/icon.png",
      "128": "assets/icon.png"
    }
  }
}

Best Ollama Client Alternatives

Here are some Firefox add-ons that are similar to Ollama Client: