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",
"homepage_url": "https:\/\/timleland.com\/blank-tab\/",
"name": "Blank Dark New Tab Page",
"short_name": "Blank Tab",
"description": "Empty New Tab Page shows a blank dark page",
"version": "2.0",
"chrome_url_overrides": {
"newtab": "blank.html"
},
"manifest_version": 3,
"background": {
"service_worker": "background.js"
}
}