WaveTab

WaveTab

Turn the new tab page into a beautiful, minimal gradient.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WaveTab",
  "short_name": "WaveTab",
  "author": "Liz Wigglesworth",
  "description": "Turn the new tab page into a beautiful, minimal gradient.",
  "version": "2.1.0",
  "version_name": "v2.1.0",
  "icons": {
    "32": "assets/images/appicon-32.png",
    "64": "assets/images/appicon-64.png"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "wavetab.html"
  },
  "web_accessible_resources": [
    "assets/data/default.json"
  ]
}