Porn Block

Porn Block

Porn Block

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Porn Block",
  "version": "0.1.0",
  "description": "Porn Block",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/keras.min.js",
        "js/jquery.getimagedata.js",
        "js/mutation-summary.js",
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "web-accessible-resources/fourth_try.bin"
  ],
  "permissions": [
    "https://obscure-citadel-79502.herokuapp.com/"
  ]
}