Trendcat

Trendcat

A new tab extension for GitHub and HackerNews feeds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trendcat",
  "author": "Ergenekon Yigit",
  "version": "2.4.2",
  "description": "A new tab extension for GitHub and HackerNews feeds",
  "incognito": "split",
  "icons": {
    "96": "img/icon-96.png",
    "128": "img/icon-128.png",
    "196": "img/icon-196.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}