Nofap Emergency Button + Porn Blocker

Nofap Emergency Button + Porn Blocker

The Best nofap/no nut Button out there to help you distract yourself from thinking about adult content and relapse

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nofap Emergency Button + Porn Blocker",
  "description": "The Best nofap/no nut Button out there to help you distract yourself from thinking about adult content and relapse",
  "version": "0.0.3",
  "icons": {
    "16": "logo/logo-16.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "action": {
    "default_title": "Nofap Emergency Button + Porn Blocker",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup/popup.js",
        "popup/popup.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}