thenews.im fixes

thenews.im fixes

Google Chrome extension to fix some issues with thenews.im Current fixes: - Use the Hacker News colours. - Make the columns scroll…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "thenews.im fixes",
  "version": "1.0.2",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://thenews.im/"
      ],
      "css": [
        "screen.css"
      ],
      "js": [
        "jquery-1.10.2.min.js",
        "main.js"
      ]
    }
  ],
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  }
}