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",
"version": "0.1",
"manifest_version": 3,
"offline_enabled": true,
"name": "Selection Print to PDF",
"short_name": "selection-print-to-pdf",
"homepage_url": "https:\/\/worldaddons.com\/selection-print-to-pdf\/",
"description": "Select a text and print it to PDF with a mouse right-click.",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "source\/options\/options.html"
},
"permissions": [
"storage",
"downloads",
"contextMenus"
],
"icons": {
"16": "source\/icons\/16.png",
"32": "source\/icons\/32.png",
"48": "source\/icons\/48.png",
"64": "source\/icons\/64.png",
"128": "source\/icons\/128.png"
}
}