Supernova Security Firefox

Examine source code of Supernova Security

Inspect and view changes in Supernova Security source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Supernova Security",
  "version": "1.0.1",
  "description": "Blocks ads, trackers, and known malicious/phishing domains to keep your browsing fast and safe.",
  "author": "Supernova Security",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "supernova-security@supernova-security.app",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "tabs",
    "notifications",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "blocklists.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    },
    "default_title": "Supernova Security"
  },
  "web_accessible_resources": [
    "warning.html"
  ]
}

Melhores alternativas Supernova Security

Aqui estão algumas Firefox add-ons que são similares a Supernova Security: