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": "__MSG_Title__",
"version": "1.5.6",
"description": "__MSG_Description__",
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "__MSG_Title__",
"default_icon": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
}
},
"side_panel": {
"default_path": "index.html"
},
"commands": {
"run-bookmark": {
"suggested_key": {
"default": "Ctrl+Shift+Z",
"mac": "Command+Shift+Z"
},
"global": true,
"description": "Run \"Colorful Bookmark\" on the current page."
},
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+Z",
"mac": "Command+Shift+Z",
"chromeos": "Ctrl+Shift+Z",
"linux": "Ctrl+Shift+Z"
}
}
},
"default_locale": "en",
"permissions": [
"favicon",
"storage",
"bookmarks",
"sidePanel",
"contextMenus"
]
}