Oath Light - Content Filter Firefox

Examine source code of Oath Light - Content Filter

Inspect and view changes in Oath Light - Content Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Oath Light - Content Filter",
  "version": "4.3.0",
  "description": "A content filtering system to help you stay focused on personal growth",
  "browser_specific_settings": {
    "gecko": {
      "id": "oathlight@xeno-legit.github.io",
      "strict_min_version": "113.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "nativeMessaging",
    "cookies",
    "unlimitedStorage",
    "alarms",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "pp_safesearch_static",
        "enabled": true,
        "path": "dnr/safesearch.json"
      },
      {
        "id": "pp_youtube_restrict",
        "enabled": false,
        "path": "dnr/youtube-restrict.json"
      }
    ]
  },
  "background": {
    "scripts": [
      "strings.js",
      "locales/ar.js",
      "bg/blocklists.js",
      "bg/matching.js",
      "bg/graylist.js",
      "bg/native-bridge.js",
      "bg/vulnerable-window.js",
      "bg/noble-ed25519.js",
      "bg/ota.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "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"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "blocked.html",
        "graylist-inject.js",
        "blocklists/domains_part1.json",
        "blocklists/domains_part2.json",
        "blocklists/domains_part3.json",
        "blocklists/domains_ai.json",
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Oath Light - Content Filter Alternatives

Here are some Firefox add-ons that are similar to Oath Light - Content Filter: