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": "Tab+",
"version": "1.0",
"description": "A powerful custom new tab experience with to-dos, bookmarks, history, and theme customization!",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"tabs",
"storage",
"history"
],
"action": {
"default_title": "Tab+"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"bookmark_page": {
"suggested_key": {
"default": "Alt+T"
},
"description": "Bookmark page with Tab+"
}
},
"icons": {
"128": "icon.png"
},
"web_accessible_resources": [
{
"resources": [
"confetti.browser.min.js"
],
"matches": [
"<all_urls>"
]
}
]
}