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_app_name__", "description": "__MSG_app_description_short__", "version": "1.7", "icons": { "16": "\/icon\/16.png", "32": "\/icon\/32.png", "48": "\/icon\/48.png", "96": "\/icon\/96.png", "128": "\/icon\/128.png" }, "permissions": [ "contextMenus", "downloads", "activeTab", "scripting", "debugger", "storage" ], "action": { "default_title": "__MSG_app_name__" }, "default_locale": "en", "author": { "email": "[email protected]" }, "content_security_policy": { "extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https:\/\/*.convert-webpage-to-pdf.com\/" }, "host_permissions": [ "https:\/\/*.convert-webpage-to-pdf.com\/*" ], "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/content.css" ], "matches": [ "<all_urls>" ] } ] }