PorNo! Porn Blocker (Beta)

PorNo! Porn Blocker (Beta)

Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PorNo! Porn Blocker (Beta)",
  "description": "Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.",
  "version": "0.0.1.904",
  "author": "Vivek Bhookya | https://github.com/mrvivacious/PorNo-_Porn_Blocker",
  "icons": {
    "16": "/icons/porNo_16.png",
    "48": "/icons/porNo_48.png",
    "128": "/icons/porNo_128.png"
  },
  "action": {
    "default_icon": {
      "16": "/icons/porNo_16.png",
      "48": "/icons/porNo_48.png",
      "128": "/icons/porNo_128.png"
    },
    "default_title": "PorNo!",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lists.js",
        "firebaseStuff.js",
        "linkManager.js",
        "porNo.js",
        "NSFWSubredditDetection.js",
        "NSFWScrolllerDetection.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ]
}