Inspect and view changes in ClockTab 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
{
"name": "ClockTab",
"description": "New Tabs That display time and date in a modern layout.",
"version": "1.0.1",
"manifest_version": 2,
"author": "Gautham Krishna",
"icons": {
"16": "/favicon-16x16.png",
"32": "/favicon-32x32.png",
"192": "/favicon-192x192.png",
"512": "/favicon-512x512.png"
},
"browser_action": {
"default_title": "Clock Tab"
},
"chrome_url_overrides": {
"newtab": "./index.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}