Register DMCA claim contacts w/o bad Javascript

Register DMCA claim contacts w/o bad Javascript

Allows LibreJS users to register DMCA claim contacts at the DMCA registry.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "LibreJS compatible Pay.gov",
  "version": "1.3resigned1",
  "author": "Nathan Nichols",
  "id": "[email protected]",
  "description": "Allows LibreJS users to register DMCA claim contacts at the DMCA registry.",
  "icons": {
    "16": "icons/L4Libre.png",
    "48": "icons/L4Libre48.png",
    "128": "icons/L4Libre128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "blockjs1.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.pay.gov/tcsonline/*",
        "https://dmca.copyright.gov/*"
      ],
      "js": [
        "pay.js"
      ]
    }
  ]
}