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",
"name": "New Tab Changer",
"version": "2.4",
"manifest_version": 3,
"description": "Load a custom web page or url in a new tab. Fast, light, and easy to use.",
"background": {
"service_worker": "scripts\/background.js"
},
"action": {
"default_icon": "images\/16x16.png",
"default_title": "New Tab Changer"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"options_page": "options.html",
"permissions": [
"activeTab",
"tabs",
"storage",
"browsingData"
],
"host_permissions": [
"http:\/\/www.dummysoftware.com\/*",
"https:\/\/www.dummysoftware.com\/*"
],
"icons": {
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"incognito": "split"
}