Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Serenity",
"description": "Multifunctional, calm and beautiful new tab extension",
"version": "0.1.1.0",
"version_name": "0.1.1",
"manifest_version": 3,
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"chrome_url_overrides": {
"newtab": "src\/newtab\/index.html"
},
"permissions": [
"storage",
"downloads",
"history",
"tabs",
"bookmarks",
"favicon",
"topSites"
],
"icons": {
"16": "src\/assets\/logo.png",
"24": "src\/assets\/logo.png",
"32": "src\/assets\/logo.png",
"128": "src\/assets\/logo.png"
}
}