ThreatAware Firefox

Examine source code of ThreatAware

Inspect and view changes in ThreatAware source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ThreatAware",
  "version": "0.3.0",
  "description": "View your ThreatAware devices with their details and vulnerability state inside any IT system.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [
        "https://*.threataware.com/*"
      ],
      "js": [
        "override.min.js",
        "resources/jquery-3.6.0.min.js",
        "resources/popper.min.js"
      ],
      "css": [
        "override.css",
        "resources/font-awesome.css"
      ]
    }
  ],
  "permissions": [
    "alarms",
    "storage",
    "https://*.threataware.com/*"
  ],
  "background": {
    "scripts": [
      "background.min.js"
    ]
  },
  "browser_action": {},
  "web_accessible_resources": [
    "resources/webfonts/*",
    "images/ta-icon-hollow.png"
  ]
}

Best ThreatAware Alternatives

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