Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"homepage_url": "https:\/\/timleland.com\/blank-light-tab\/",
"name": "Light New Tab Page",
"short_name": "Blank Tab",
"description": "Empty New Tab Page shows a blank light page",
"version": "2.0",
"chrome_url_overrides": {
"newtab": "blank.html"
},
"manifest_version": 3,
"background": {
"service_worker": "background.js"
}
}