Hacker News (YC)

Hacker News (YC)

Read Hacker News (http://news.ycombinator.com) articles and comments with this clean, simple, modern and fast performing app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hacker News (YC)",
  "short_name": "Hacker News",
  "description": "Read Hacker News (http://news.ycombinator.com) articles and comments with this clean, simple, modern and fast performing app.",
  "version": "1.2",
  "icons": {
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "offline_enabled": false,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "fullscreen",
    "unlimitedStorage",
    "notifications",
    "http://*/",
    "https://*/"
  ]
}