CONTENT_GUARDIAN Firefox

Examine source code of CONTENT_GUARDIAN

Inspect and view changes in CONTENT_GUARDIAN source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URL_GUARDIAN",
  "version": "0.1",
  "description": "Gerencia lista de URLs bloqueadas manualmente.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "whitelist.html",
    "default_title": "Gerenciar Whitelist",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "urlguardian@local"
    }
  },
  "web_accessible_resources": [
    "terminal.html",
    "warning.html"
  ]
}

Best CONTENT_GUARDIAN Alternatives

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