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",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCv9zsC6sxYyVj0O0JqoH8ZHAeUVP\/cOG5cNqf88kID0LgwIaPWWXQB4vAfwOyHGV7ZaN5IEgngd11MU3iiGa0STjlDeZD0neeTHLIyvovz3q6v+9fAeOtcyPcexNbPvGO9AU+aWRBtBf8+xUwUOEdlB9joM\/E4xcx\/V44XyRsZXwIDAQAB",
"name": "__MSG_app_name__",
"manifest_version": 3,
"version": "6.7.10",
"description": "__MSG_app_description__",
"homepage_url": "https:\/\/www.printfriendly.com",
"optional_permissions": [
"cookies",
"webNavigation",
"downloads"
],
"optional_host_permissions": [
"<all_urls>"
],
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"storage",
"unlimitedStorage"
],
"default_locale": "en",
"icons": {
"16": "assets\/icons\/16_16.png",
"32": "assets\/icons\/32_32.png",
"48": "assets\/icons\/48_48.png",
"128": "assets\/icons\/128_128.png"
},
"background": {
"type": "module",
"service_worker": "background.js"
},
"action": {
"default_title": "__MSG_app_name__",
"default_icon": {
"16": "assets\/icons\/16_16.png",
"32": "assets\/icons\/32_32.png",
"48": "assets\/icons\/48_48.png",
"128": "assets\/icons\/128_128.png"
}
},
"options_page": "options.html",
"externally_connectable": {
"matches": [
"https:\/\/www.printfriendly.com\/*",
"https:\/\/printfriendly.com\/*",
"https:\/\/*.printfriendly.com\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"assets\/logo.png",
"print-in-tab.html",
"sandbox.html",
"assets\/pf-styles.css",
"printfriendly.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-popups allow-modals allow-downloads; script-src 'self'; child-src 'self';"
},
"sandbox": {
"pages": [
"sandbox.html"
]
},
"incognito": "split"
}