Inspect and view changes in Spectrum Tab Page source codes across current and past versions
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": "Spectrum Tab Page",
"description": "A smooth, simple and colorful tab page.",
"version": "3.0",
"icons": {
"48": "icon48.png",
"128": "icon128.png",
"256": "icon256.png"
},
"permissions": [
"tabs"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
}