Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background.js"
},
"commands": {
"_execute_action": {
"description": "__MSG_Name__",
"suggested_key": {
"default": "Ctrl+Shift+Up",
"mac": "MacCtrl+Shift+Up"
}
}
},
"default_locale": "en",
"description": "__MSG_Description__",
"icons": {
"16": ".\/image\/icon16.png",
"48": ".\/image\/icon48.png",
"128": ".\/image\/icon128.png"
},
"manifest_version": 3,
"name": "__MSG_Name__",
"options_page": "options.html",
"permissions": [
"activeTab",
"contextMenus",
"storage",
"tabs",
"scripting"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.334.4"
}