Vigil24 Discovery Firefox

Examine source code of Vigil24 Discovery

By: Vigil24 Add-on
Inspect and view changes in Vigil24 Discovery source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Vigil24 Discovery",
  "description": "Detect AI tool usage across your organization and report discovery signals to Vigil24.",
  "version": "0.1.5",
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "alarms",
    "https://*/*",
    "http://localhost/*",
    "http://127.0.0.1/*"
  ],
  "storage": {
    "managed_schema": "managed-storage-schema.json"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "discovery@vigil24.ai",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo",
          "browsingActivity"
        ],
        "optional": []
      }
    }
  },
  "web_accessible_resources": [
    "content-scripts/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "CIPHER",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://copilot.microsoft.com/*",
        "https://gemini.google.com/*",
        "https://perplexity.ai/*",
        "https://poe.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Vigil24 Discovery Alternatives

Here are some Firefox add-ons that are similar to Vigil24 Discovery: