Sadden the news

Sadden the news

This extension will make you sad

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sadden the news",
  "description": "This extension will make you sad",
  "version": "1.0.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Sad"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.walla.co.il/*",
        "https://www.reddit.com/r/worldnews/*",
        "http://www.bbc.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}