Examine source code of GPT Plus (GPT+)

Inspect and view changes in GPT Plus (GPT+) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "GPT+ (GPT Plus)",
  "version": "1.0",
  "description": "Uses the power of OpenAI gpt-turbo-3.5 to generate queries from you, without hassle and leaving your website.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*",
    "scripting"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{10cc9936-7190-4b00-8a49-39dea3528b43}"
    }
  }
}