Shield SIEM - Traffic Analysis Firefox

Examine source code of Shield SIEM - Traffic Analysis

Inspect and view changes in Shield SIEM - Traffic Analysis source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shield SIEM - Browser Traffic Monitor",
  "version": "1.0.0",
  "description": "Local browser traffic monitor with heuristic labels. Opt-in logging across tabs. No off-device transmission.",
  "author": "ID ArtCraft",
  "homepage_url": "https://idarti.com/iot",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "webRequest",
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Shield SIEM",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://idarti.com/iot*",
        "*://www.idarti.com/iot*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "shield-siem@idarti.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Shield SIEM - Traffic Analysis Alternatives

Here are some Firefox add-ons that are similar to Shield SIEM - Traffic Analysis: