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": "Open New Tab",
"version": "1.1.3",
"description": "Click the icon to open a custom new tab page.",
"action": {
"default_title": "Open New Tab",
"default_icon": {
"48": "images\/extension_icon3.png"
}
},
"icons": {
"48": "images\/extension_icon3.png",
"128": "images\/extension_icon3.png"
},
"permissions": [
"tabs"
],
"background": {
"service_worker": "background.js"
}
}