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",
"minimum_chrome_version": "88",
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "PDF Viewer Pro",
"description": "__MSG_appDescription__",
"version": "4.5.175",
"default_locale": "en",
"icons": {
"32": "icon-32x32.png",
"48": "icon-48x48.png",
"96": "icon-96x96.png",
"128": "icon-128x128.png",
"256": "icon-256x256.png",
"300": "icon-300x300.png",
"512": "icon-512x512.png"
},
"permissions": [
"tabs",
"activeTab",
"contextMenus",
"webRequest",
"webNavigation",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*",
"file:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": true,
"css": [
"contentstyle.css"
],
"js": [
"contentscript.js"
]
}
],
"file_browser_handlers": [
{
"id": "open-as-pdf",
"default_title": "Open with PDF Viewer Pro",
"file_filters": [
"filesystem:*.pdf"
]
}
],
"storage": {
"managed_schema": "preferences_schema.json"
},
"action": {
"default_icon": {
"32": "icon-32x32.png",
"48": "icon-48x48.png",
"96": "icon-96x96.png",
"128": "icon-128x128.png",
"256": "icon-256x256.png",
"300": "icon-300x300.png",
"512": "icon-512x512.png"
}
},
"options_ui": {
"page": "options\/options.html"
},
"options_page": "options\/options.html",
"background": {
"service_worker": "service_worker.js"
},
"web_accessible_resources": [
{
"resources": [
"*.pdf",
"*.PDF"
],
"matches": [
"<all_urls>"
]
}
]
}