WayTab

WayTab

Change your new tab page to be more productive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WayTab",
  "description": "Change your new tab page to be more productive",
  "version": "2.0.6",
  "author": [
    "Andy Wang",
    "Andrew Ward"
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background/defaulttabs.json",
      "background/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "res/icon16.png",
      "32": "res/icon32.png",
      "64": "res/icon64.png",
      "128": "res/icon128.png"
    }
  },
  "icons": {
    "16": "res/icon16.png",
    "32": "res/icon32.png",
    "64": "res/icon64.png",
    "128": "res/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "page/tab.html"
  },
  "manifest_version": 2
}