Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"background": {
"service_worker": "js\/bg.js"
},
"name": "__MSG_ext_name__",
"default_locale": "en_US",
"description": "__MSG_ext_description__",
"icons": {
"16": "images\/icon16.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": "images\/icon32.png",
"default_title": "__MSG_ext_name__",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"contextMenus"
],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*.pdf*",
"http:\/\/*\/*.pdf*",
"file:\/\/*\/*.pdf*",
"https:\/\/*\/*.PDF*",
"http:\/\/*\/*.PDF*",
"file:\/\/*\/*.PDF*"
],
"all_frames": true,
"js": [
"js\/webpage1.js"
]
},
{
"matches": [
"*:\/\/wapdf.newappzone.com\/*"
],
"all_frames": false,
"js": [
"js\/webpage2.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"webpage2_frame.html",
"js\/webpage2_frame.js"
],
"matches": [
"*:\/\/wapdf.newappzone.com\/*"
]
}
],
"minimum_chrome_version": "109.0.0.0",
"manifest_version": 3,
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0.8"
}