TeamPrompt — Manage & Shield Firefox

Examine source code of TeamPrompt — Manage & Shield

Inspect and view changes in TeamPrompt — Manage & Shield source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TeamPrompt — AI Prompt Manager & DLP Shield",
  "description": "Access your team's prompt library, scan for sensitive data, and log AI conversations.",
  "version": "1.0.10",
  "icons": {
    "16": "/icons/icon-16.png",
    "32": "/icons/icon-32.png",
    "48": "/icons/icon-48.png",
    "128": "/icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "alarms",
    "contextMenus"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "Open TeamPrompt"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://copilot.microsoft.com/*",
        "https://www.perplexity.ai/*"
      ]
    }
  ],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://copilot.microsoft.com/*",
    "https://www.perplexity.ai/*",
    "https://teamprompt.app/*",
    "https://www.teamprompt.app/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@teamprompt.app",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "TeamPrompt",
    "default_popup": "popup.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "TeamPrompt"
  },
  "content_scripts": [
    {
      "matches": [
        "https://teamprompt.app/*",
        "https://www.teamprompt.app/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/auth-bridge.js"
      ]
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://copilot.microsoft.com/*",
        "https://gemini.google.com/*",
        "https://www.perplexity.ai/*"
      ],
      "run_at": "document_idle",
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best TeamPrompt — Manage & Shield Alternatives

Here are some Firefox add-ons that are similar to TeamPrompt — Manage & Shield: