Organize ChatGPT

Organize ChatGPT

Browser Extension to Organize your Chats in ChatGPT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.2.0",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "permissions": [
    "storage"
  ],
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "libraries/jquery.min.js",
        "libraries/arrive.min.js",
        "libraries/jquery.minicolors.js",
        "runtime.bundle.js",
        "contentScript.bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmj4WHO2r9JL+Q3cGiQHDNYAqn8NCBdbNbN6vk01f+7nBX/ycvCy8pSv+ztXly0rWzEBRfjtpnA/xOtYIAM20Ff783TwCJUuRwyv8nZoIisRLbNNn35QXwVqUOiQBxnUrajpmCiCacO0bsM2kibKDcUs39oOmNTzminP4wMs7UxpWsCsZcdI+ZtxJlup+fOpHkqxGBVhm9B0Xl6ROVfgaM7ZVe4q4tNdEeKw5O1P6i7E8ZzXmEsiHEB35L9ci4fe/86TTc/MLeNtqamOu6YHEF6IRFKX4C04k58mOWf9CDwxlxdqS263DKAQ03vdpO4lornTqAfoHZ85559FH9WqSrwIDAQAB"
}