Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_PLUGIN_NAME__",
"description": "__MSG_PLUGIN_DESC__",
"version": "2.0.4",
"icons": {
"16": "icons\/icon.png",
"19": "icons\/icon.png",
"38": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"default_locale": "zh_CN",
"background": {
"service_worker": "background\/service-worker.js",
"type": "module"
},
"action": {
"default_title": "lightpdf",
"default_icon": "icons\/icon.png",
"default_popup": ""
},
"permissions": [
"storage",
"system.display"
],
"host_permissions": [],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content\/content.js"
],
"css": [
"content\/content.css"
],
"run_at": "document_start",
"all_frames": false,
"match_about_blank": true
},
{
"matches": [
"*:\/\/lightpdf.com\/*",
"*:\/\/lightpdf.cn\/*"
],
"js": [
"content\/login-content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*"
]
}
]
}