Hacker News New Tab Page

Hacker News New Tab Page

A strikingly simple new tab page featuring the front page of hacker news for browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hacker News New Tab Page",
  "version": "1.1",
  "description": "A strikingly simple new tab page featuring the front page of hacker news for browsing.",
  "author": "Agency Enterprise Studio",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  }
}