Top News Tabs | Latest News

Top News Tabs | Latest News

Top News Tabs is a cutting-edge news reading extension that allows you to browse smoothly through all the latest news worldwide.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Top News Tabs | Latest News",
  "version": "1.2",
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "page_action": {
    "default_popup": "settings.html",
    "default_icon": {
      "16": "images/fav16.png",
      "32": "images/fav32.png",
      "48": "images/fav48.png",
      "128": "images/fav128.png"
    }
  },
  "manifest_version": 2,
  "permissions": [
    "chrome://favicon/*",
    "sessions",
    "tabs"
  ]
}