New tab override to black-background with clock.
Very simple addon.
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": "NewTabBlackClock",
"version": "0.3resigned1",
"description": "New tab override to black-BG with clock",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"topSites"
],
"applications": {
"gecko": {
"strict_min_version": "54.0a1",
"id": "{b02a713e-9343-4b77-87e9-267f82d457c7}"
}
}
}