LM Studio Chat Assistant Firefox

Examine source code of LM Studio Chat Assistant

Inspect and view changes in LM Studio Chat Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LM Studio Chat Assistant",
  "version": "1.0.0",
  "description": "A feature-rich ChatGPT-like interface for LM Studio with internet search capabilities",
  "permissions": [
    "activeTab",
    "storage",
    "http://localhost:1234/*",
    "https://api.duckduckgo.com/*",
    "https://en.wikipedia.org/*",
    "https://www.googleapis.com/*",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "LM Studio Chat",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "32": "icons/icon-32.svg",
      "48": "icons/icon-48.svg",
      "128": "icons/icon-128.svg"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "popup.html",
    "chat.html",
    "icons/*",
    "styles/*"
  ],
  "icons": {
    "16": "icons/icon-16.svg",
    "32": "icons/icon-32.svg",
    "48": "icons/icon-48.svg",
    "128": "icons/icon-128.svg"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8180f125-d26f-435b-838b-368dd504260e}"
    }
  }
}

Best LM Studio Chat Assistant Alternatives

Here are some Firefox add-ons that are similar to LM Studio Chat Assistant: