HackerNew

HackerNew

The best Hacker News extension, making HN quicker and more useful since 2012.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HackerNew",
  "version": "1.3.2",
  "description": "The best Hacker News extension, making HN quicker and more useful since 2012.",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "images/karma.png",
    "images/follow.png",
    "images/unfollow.png",
    "images/loading.gif",
    "images/loading-light.gif",
    "images/icons.png",
    "images/icon.png",
    "images/arrow-up.png",
    "images/arrow-down.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://news.ycombinator.com/*",
        "http://news.ycombinator.org/*",
        "http://hackerne.ws/*",
        "https://news.ycombinator.com/*"
      ],
      "css": [
        "forms.css",
        "hn.css"
      ],
      "js": [
        "js/libs/jquery-1.7.1.min.js",
        "js/libs/jquery.hoverIntent.js",
        "js/libs/jquery.autogrow.js",
        "js/libs/twitter.text.js",
        "js/hn.js"
      ]
    }
  ]
}