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": "1.0",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"permissions": [
"activeTab",
"scripting",
"contextMenus",
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_title": "ClipPDF"
},
"host_permissions": [
"http:\/\/tool.hcceo.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/tool.hcceo.com\/*"
],
"js": [
"sdk\/HengchuangAuthSDK.js",
"scripts\/content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "styles\/16.png",
"48": "styles\/48.png",
"128": "styles\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"content\/cropper.js",
"content\/cropper.css"
],
"matches": [
"<all_urls>"
]
}
]
}