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",
"manifest_version": 3,
"name": "New Tab Redirect",
"version": "1.0",
"description": "Redirect new tabs to any URL. Set your preferred homepage, dashboard, or favorite website automatically.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon.png"
},
"permissions": [
"tabs",
"storage"
],
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"options_page": "options.html"
}