Beautify your new tab page with a clock, aesthetic backgrounds, and motivational greetings.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Flocus New Tab",
"short_name": "Flocus",
"version": "1.1",
"manifest_version": 3,
"description": "Beautify your new tab page with a clock, aesthetic backgrounds, and motivational greetings.",
"author": "[email protected]",
"chrome_url_overrides": {
"newtab": "./index.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "assets/favicon-16x16.png",
"32": "assets/favicon-32x32.png",
"36": "assets/android-chrome-36x36.png",
"48": "assets/android-chrome-48x48.png",
"72": "assets/android-chrome-72x72.png"
}
}