Project Subfolders for ChatGPT Firefox

Examine source code of Project Subfolders for ChatGPT

By: Kera Add-on
Inspect and view changes in Project Subfolders for ChatGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Project Subfolders",
  "version": "1.0.0",
  "description": "Native subfolders inside ChatGPT project conversation lists",
  "permissions": [
    "storage",
    "https://chatgpt.com/*",
    "https://*.chatgpt.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://*.chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-project-subfolders-v1@kera-local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Project Subfolders for ChatGPT Alternatives

Here are some Firefox add-ons that are similar to Project Subfolders for ChatGPT: