Examine source code of CodeChatGPT

Inspect and view changes in CodeChatGPT 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CodeChatGPT",
  "version": "2.1",
  "description": "Prepare your code for seamless conversations with any LLM! Generate Markdown from your code folders and craft intelligent prompts.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtMeoKTXL94IAENh1DvYLVNU7sMCowmRLRASI3y+EZx/iAbWOGfu/aEht+MD9GVFG3GHGhw8vAsFyg7u6W+QwLqwDK6pgacKXsJEeQDV283a0h1Z2xRPCC17aRlUrBUHtIgOKlL9Ju/n4FUpl6OcwTgx0oxzjL43s8Tru48tSQDegbf+q0Su5cnkmd49PvR1SkzPSC07m3xfz85IHSbf+qJT32amrAFqKkTSoJDBM3Lt+IoRscqQG/WkUFkGkiNoEsZx2dnm05iXM9ZDrx6qqyVpRc46CZ5u4s0krUS8qnhOjL8Fw5rUUn0IajjZ9i45XAcwQ9LRAz+wPaf4YTez/GQIDAQAB",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}