Turns the new tab page into a beautiful, minimal gradient.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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",
"icons": {
"32": "assets/images/appicon-32.png",
"64": "assets/images/appicon-64.png"
},
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "wavetab.html"
},
"applications": {
"gecko": {
"id": "wavetab@lizgw",
"strict_min_version": "54.0"
}
},
"web_accessible_resources": [
"assets/data/default.json"
]
}