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": "TabMark-Bookmark New Tab",
"version": "1.243",
"description": "__MSG_extDescription__",
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "src\/index.html"
},
"permissions": [
"bookmarks",
"favicon",
"storage",
"history",
"alarms",
"tabGroups",
"management",
"sidePanel"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"action": {
"default_icon": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "src\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"_favicon\/*",
"src\/fonts\/*",
"images\/sider-icon\/*",
"images\/*"
],
"matches": [
"<all_urls>"
]
}
],
"side_panel": {
"default_path": "src\/sidepanel.html",
"default_width": 430
},
"commands": {
"_execute_side_panel": {
"suggested_key": {
"default": "Alt+B",
"mac": "Command+B"
},
"description": "Toggle side panel"
},
"close_side_panel": {
"suggested_key": {
"default": "Alt+Shift+B",
"mac": "Command+Shift+B"
},
"description": "Close side panel"
}
}
}