La-Z-Tab

La-Z-Tab

La-Z-Tab is a Replacement Page for Chrome New Tab. It enables faster browsing and increases prodcuctvity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "La-Z-Tab",
  "version": "0.2.0.2",
  "incognito": "split",
  "icons": {
    "16": "Images/icon16.png",
    "48": "Images/icon48.png",
    "128": "Images/icon128.png"
  },
  "description": "La-Z-Tab is a Replacement Page for Chrome New Tab. It enables faster browsing and increases prodcuctvity",
  "options_page": "new_options.html",
  "chrome_url_overrides": {
    "newtab": "Index.html"
  },
  "author": "Harsh Bhatia",
  "manifest_version": 2
}