Tab Portal Web Development

Tab Portal Web Development

Search the internet on every new tab with links to your favorite Web development and programming websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.01",
  "name": "Tab Portal Web Development",
  "description": "Search the internet on every new tab with links to your favorite Web development and programming websites",
  "icons": {
    "16": "icon-size/16.png",
    "48": "icon-size/48.png",
    "128": "icon-size/128.png"
  },
  "browser_action": {
    "default_icon": "icon-size/48.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  }
}