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_extName__",
"short_name": "__MSG_extShortName__",
"version": "2.2.0",
"description": "__MSG_extDescription__",
"default_locale": "en_US",
"permissions": [
"activeTab",
"scripting",
"downloads",
"contextMenus",
"tabs",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons\/logo.png",
"128": "icons\/logo-128.png"
}
},
"icons": {
"48": "icons\/logo.png",
"128": "icons\/logo-128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"html2canvas-pro.min.js",
"jspdf.umd.min.js",
"Readability.js",
"turndown.js",
"icons\/pagesaver_qr.png"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; worker-src 'self' blob:"
}
}