ChatGPT Folders Firefox

Examine source code of ChatGPT Folders

Inspect and view changes in ChatGPT Folders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ChatGPT Folders",
  "version": "3.1.3",
  "description": "Organize & Search your ChatGPT chats. Color coded folders for better organization.",
  "icons": {
    "16": "icon16.png",
    "24": "icon24.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "picker.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "icon16.png",
    "icon24.png",
    "icon32.png",
    "icon48.png",
    "icon128.png"
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{48de56fe-c9dd-4bf9-a822-e0ad31965528}"
    }
  }
}

Best ChatGPT Folders Alternatives

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