Readable HackerNews

Readable HackerNews

Stylish Hacker News.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "style.css"
      ],
      "js": [
        "js/jquery.js",
        "js/hn.js"
      ],
      "matches": [
        "http://news.ycombinator.com/*",
        "http://news.ycombinator.net/*",
        "http://hackerne.ws/*",
        "https://news.ycombinator.com/*"
      ]
    }
  ],
  "description": "Stylish Hacker News.",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "name": "Readable HackerNews",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.3.5",
  "manifest_version": 2
}