LeakLake Firefox

Examine source code of LeakLake

Inspect and view changes in LeakLake source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeakLake",
  "version": "1.0.4",
  "version_name": "v1.0.4 build: 0001",
  "description": "Security dashboard for monitoring AI chat activity and preventing sensitive data leakage.",
  "developer": {
    "name": "LeakLake",
    "url": "https://leaklake.com"
  },
  "homepage_url": "https://leaklake.com",
  "permissions": [
    "storage",
    "nativeMessaging",
    "alarms"
  ],
  "host_permissions": [
    "*://*.chatgpt.com/*",
    "*://*.openai.com/*",
    "*://gemini.google.com/*",
    "*://claude.ai/*",
    "*://*.perplexity.ai/*",
    "*://grok.x.ai/*",
    "*://grok.com/*",
    "*://*.grok.com/*",
    "*://notebooklm.google.com/*",
    "*://chat.deepseek.com/*",
    "*://chat.mistral.ai/*",
    "https://api.ipify.org/*",
    "https://api.leaklake.com/*",
    "https://www.leaklake.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "leaklake-agent@leaklake.io",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup/index.html",
    "default_title": "LeakLake Dashboard",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chatgpt.com/*",
        "*://*.openai.com/*",
        "*://gemini.google.com/*",
        "*://claude.ai/*",
        "*://*.perplexity.ai/*",
        "*://grok.x.ai/*",
        "*://grok.com/*",
        "*://*.grok.com/*",
        "*://notebooklm.google.com/*",
        "*://chat.deepseek.com/*",
        "*://chat.mistral.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best LeakLake Alternatives

Here are some Firefox add-ons that are similar to LeakLake: