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", "name": "PDF Mage", "version": "2.2.0", "manifest_version": 3, "description": "Click to save page as PDF", "options_page": "options.html", "action": { "default_icon": "images\/icon_16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms", "downloads", "storage", "contextMenus", "activeTab", "scripting" ], "host_permissions": [ "<all_urls>" ] }