TheNews.im Chrome Extension

TheNews.im Chrome Extension

Get news from Designer News, Hacker News and Product Hunt with just a Cmd+T

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TheNews.im Chrome Extension",
  "version": "1.2",
  "description": "Get news from Designer News, Hacker News and Product Hunt with just a Cmd+T",
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2
}