Corona Hider - Block COVID-19 from the Web!

Corona Hider - Block COVID-19 from the Web!

Take a break from the pandemic when surfing the net.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Corona Hider - Block COVID-19 from the Web!",
  "version": "1.21",
  "description": "Take a break from the pandemic when surfing the net.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.5.0.min.js",
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/icon_128.png"
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  }
}