GPT Sidebar Firefox

Examine source code of GPT Sidebar

Inspect and view changes in GPT Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Sidebar",
  "version": "0.1",
  "description": "Opens ChatGPT in the sidebar",
  "sidebar_action": {
    "default_title": "ChatGPT",
    "default_panel": "gpt.html",
    "default_icon": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_action": {
    "default_title": "Open ChatGPT in the sidebar",
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f8f219fa-8a4e-4707-960c-57914f34fb5c}"
    }
  }
}

Best GPT Sidebar Alternatives

Here are some Firefox add-ons that are similar to GPT Sidebar: