Clean my history - Remove NSFW sites

Clean my history - Remove NSFW sites

Remove over 15,000 NSFW websites and terms from your history in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "short_name": "Clean my history",
  "homepage_url": "https://www.removemyporn.com",
  "version": "8.0.0",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/logo/16.png",
    "32": "images/logo/32.png",
    "48": "images/logo/48.png",
    "128": "images/logo/128.png"
  },
  "browser_action": {
    "default_icon": "images/logo/128.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "offline_enabled": true,
  "permissions": [
    "history",
    "identity.email",
    "identity",
    "storage",
    "https://rerjk6ho03.execute-api.us-east-1.amazonaws.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}