ManageChats: ChatGPT Chat Organizer Firefox

Examine source code of ManageChats: ChatGPT Chat Organizer

Inspect and view changes in ManageChats: ChatGPT Chat Organizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ManageChats: ChatGPT Chat Organizer",
  "version": "1.3.0",
  "description": "Unlimited FREE Workspaces, drag & drop chats, sidebar integration, and local privacy for your ChatGPT.",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mycoolextension@example.com",
      "strict_min_version": "109.0"
    }
  },
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "utils/constants.js",
        "utils/feature-flags.js",
        "utils/dom-utils.js",
        "utils/cleanup.js",
        "background/storage.js",
        "content/native-projects.js",
        "content/ui-injector.js",
        "content/chat-monitor.js",
        "content/fallback-ui.js",
        "content/content.js"
      ],
      "css": [
        "styles/main.css",
        "styles/fallback.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "ChatGPT Workspaces Manager"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "styles/*"
      ],
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ]
    }
  ]
}

Best ManageChats: ChatGPT Chat Organizer Alternatives

Here are some Firefox add-ons that are similar to ManageChats: ChatGPT Chat Organizer: