New Tab Plus

New Tab Plus

New Tab Plus – Simplified new tab Make your new tab more simple, yet having exactly what you need. Your better New Tab will…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab Plus",
  "version": "0.1",
  "chrome_url_overrides": {
    "newtab": "newtab_page.html"
  },
  "icons": {
    "128": "icon_128px.png"
  },
  "browser_action": {
    "default_icon": "icon_32px.png"
  },
  "permissions": [
    "tabs",
    "topSites",
    "https://key2url.com/news"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}