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",
"version": "6.6.5",
"manifest_version": 3,
"commands": {
"cmd01SideOn": {
"description": "__MSG_shortcuts_sidebar_on__"
},
"cmd02SideClose": {
"description": "__MSG_shortcuts_sidebar_close__"
}
},
"web_accessible_resources": [
{
"resources": [
"js\/*",
"css\/*",
"img\/*",
"css\/fonts\/*",
"html\/*",
"modules\/*",
"getFrameId",
"_locales\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "en",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "img\/2589375_128.png"
},
"permissions": [
"activeTab",
"storage",
"scripting",
"contextMenus"
],
"icons": {
"100": "img\/2589375_100.png",
"128": "img\/2589375_128.png"
},
"options_ui": {
"page": "html\/options_new.html",
"open_in_tab": true
},
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"minimum_chrome_version": "88",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}