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_ext_name__",
"version": "4.0.2",
"description": "__MSG_ext_description__",
"default_locale": "en",
"homepage_url": "https:\/\/www.qwerpdf.com\/",
"author": "qwerpdf.com",
"action": {
"default_icon": "images\/icons\/icon48.png",
"default_title": "__MSG_ext_name__"
},
"icons": {
"16": "images\/icons\/icon16.png",
"32": "images\/icons\/icon32.png",
"48": "images\/icons\/icon48.png",
"128": "images\/icons\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"js\/content_script.js"
],
"css": [
"css\/popup.css"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"all_frames": false,
"js": [
"js\/content_script_installed.js"
],
"matches": [
"*:\/\/*.abcdpdf.com\/*",
"*:\/\/*.qwerpdf.com\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"notifications",
"storage"
],
"host_permissions": [
"https:\/\/*.abcdpdf.com\/",
"https:\/\/*.qwerpdf.com\/"
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"upload.html",
"index_popup.html",
"upload_edit.html",
"upload_home.html",
"upload_merge.html",
"upload_split.html",
"upload_png.html",
"upload_png_pdf.html",
"upload_jpg.html",
"upload_jpg_pdf.html",
"upload_watermark.html",
"upload_word_online.html",
"upload_excel_online.html",
"upload_ppt_online.html"
],
"matches": [
"<all_urls>"
]
}
]
}