AI Folders: organize conversations & prompts Firefox

Examine source code of AI Folders: organize conversations & prompts

Inspect and view changes in AI Folders: organize conversations & prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.6.1",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "contextMenus",
    "tabGroups",
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "lz-string.min.js",
      "utils.js",
      "site-config.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_appTitle__",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      }
    },
    "quick-save": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "Alt+Shift+S"
      },
      "description": "__MSG_cmdQuickSave__"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://gemini.google.com/*",
        "*://claude.ai/*",
        "*://chatgpt.com/*",
        "*://copilot.microsoft.com/*",
        "*://chat.deepseek.com/*",
        "*://grok.com/*",
        "*://*.grok.com/*",
        "*://perplexity.ai/*",
        "*://*.perplexity.ai/*",
        "*://chat.z.ai/*",
        "*://chat.qwen.ai/*",
        "*://meta.ai/*",
        "*://*.meta.ai/*",
        "*://chat.mistral.ai/*",
        "*://poe.com/*",
        "*://*.poe.com/*",
        "*://duck.ai/*",
        "*://*.duck.ai/*",
        "*://duckduckgo.com/*",
        "*://you.com/*",
        "*://*.you.com/*",
        "*://pi.ai/*",
        "*://*.pi.ai/*",
        "*://character.ai/*",
        "*://*.character.ai/*",
        "*://chat.baidu.com/*"
      ],
      "js": [
        "lz-string.min.js",
        "prompt-trigger.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "*://gemini.google.com/*",
    "*://claude.ai/*",
    "*://chatgpt.com/*",
    "*://copilot.microsoft.com/*",
    "*://chat.deepseek.com/*",
    "*://grok.com/*",
    "*://*.grok.com/*",
    "*://perplexity.ai/*",
    "*://*.perplexity.ai/*",
    "*://chat.z.ai/*",
    "*://chat.qwen.ai/*",
    "*://meta.ai/*",
    "*://*.meta.ai/*",
    "*://chat.mistral.ai/*",
    "*://poe.com/*",
    "*://*.poe.com/*",
    "*://duck.ai/*",
    "*://*.duck.ai/*",
    "*://duckduckgo.com/*",
    "*://you.com/*",
    "*://*.you.com/*",
    "*://pi.ai/*",
    "*://*.pi.ai/*",
    "*://character.ai/*",
    "*://*.character.ai/*",
    "*://chat.baidu.com/*"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "aifolders@dlamarre-dev.github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AI Folders: organize conversations & prompts Alternatives

Here are some Firefox add-ons that are similar to AI Folders: organize conversations & prompts: