Clean Tab

Clean Tab

An minimalistic and customizable New Tab page that replaces Chrome's default.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clean Tab",
  "short_name": "Clean Tab",
  "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.",
  "version": "0.7",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "chrome_url_overrides": {
    "newtab": "cleantab.html"
  }
}