ChatGPT in Sidebar Firefox

Examine source code of ChatGPT in Sidebar

Inspect and view changes in ChatGPT in Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "sidebar_action": {
    "default_icon": {
      "16": "src/icons/chatgpt-16x16.png",
      "32": "src/icons/chatgpt-32x32.png",
      "192": "src/icons/chatgpt-192x192.png"
    },
    "default_panel": "src/sidebar/panel.html",
    "default_title": "ChatGPT",
    "browser_style": false
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+Shift+C"
      },
      "description": "Toggle the ChatGPT sidebar."
    }
  },
  "browser_specific_settings": {
    "gecko_android": {
      "strict_min_version": "92.0"
    },
    "gecko": {
      "strict_min_version": "100.0",
      "id": "{016eeff3-2d58-4042-b81e-135bb986c200}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Displays ChatGPT in the sidebar.",
  "icons": {
    "16": "src/icons/chatgpt-16x16.png",
    "32": "src/icons/chatgpt-32x32.png"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "name": "ChatGPT in Sidebar",
  "options_ui": {
    "page": "src/options/options.html",
    "browser_style": true
  },
  "version": "2.0.4",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "src/icons/chatgpt-16x16.png",
      "32": "src/icons/chatgpt-32x32.png"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}

Best ChatGPT in Sidebar Alternatives

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