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_extName__",
"version": "2.0.0",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"http:\/\/tool.hcceo.com\/*"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "Open Sidebar Notepads",
"default_icon": {
"16": "icons\/sidebar notepads favicon.png",
"32": "icons\/sidebar notepads favicon.png",
"48": "icons\/sidebar notepads favicon.png",
"128": "icons\/sidebar notepads favicon.png"
}
},
"icons": {
"16": "icons\/sidebar notepads favicon.png",
"32": "icons\/sidebar notepads favicon.png",
"48": "icons\/sidebar notepads favicon.png",
"128": "icons\/sidebar notepads favicon.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/tool.hcceo.com\/*"
],
"js": [
"sdk\/HengchuangAuthSDK.js",
"content.js"
],
"run_at": "document_end"
}
]
}