No Sports and Entertainment on Google News

No Sports and Entertainment on Google News

Couldn't give a rat's bum about Sports or Entertainment news, and tired of having to scroll through all that garbage everyday? You…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "No Sports and Entertainment on Google News",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.news.google.com/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "128.png"
  },
  "icons": {
    "16": "48.png",
    "48": "48.png",
    "128": "128.png"
  },
  "web_accessible_resources": [
    "blocked.html"
  ]
}