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_appName__", "description": "__MSG_shortDesc__", "version": "2.2.0", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "64": "icon\/64.png", "128": "icon\/128.png", "256": "icon\/256.png", "512": "icon\/512.png" }, "permissions": [ "activeTab", "scripting", "debugger", "storage", "identity" ], "default_locale": "en", "options_page": "settings.html", "action": { "default_popup": "popup.html", "default_title": "Web to PDF" }, "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "<all_urls>" ] }, "oauth2": { "client_id": "779639341106-f5vohjkrhg5k63lre7m679p52pn56pjr.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "content-scripts\/RemovalMode.css", "content-scripts\/SelectionMode.css", "content-scripts\/print.css" ], "js": [ "content-scripts\/RemovalMode.js", "content-scripts\/RemovalModeGuide.js", "content-scripts\/SelectionMode.js", "content-scripts\/SelectionModeGuide.js", "content-scripts\/print.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/RemovalModeGuide.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "content-scripts\/SelectionModeGuide.css" ], "matches": [ "<all_urls>" ] } ] }