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",
"name": "__MSG_extName__",
"manifest_version": 3,
"description": "__MSG_extDescription__",
"version": "1.0.0",
"permissions": [
"contextMenus"
],
"default_locale": "en",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content.js-loader-EY7q_p9W.js"
],
"matches": [
"https:\/\/*\/*.pdf"
],
"run_at": "document_end",
"match_about_blank": true,
"all_frames": true
}
],
"action": {
"default_icon": {
"32": "src\/public\/images\/32.png",
"64": "src\/public\/images\/64.png",
"128": "src\/public\/images\/128.png"
}
},
"icons": {
"32": "src\/public\/images\/32.png",
"64": "src\/public\/images\/64.png",
"128": "src\/public\/images\/128.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"assets\/content.js-BJAEJ1Xq.js"
],
"use_dynamic_url": false
}
]
}