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", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "1.2", "description": "__MSG_extensionDescription__", "action": { "default_title": "Save This Page" }, "background": { "service_worker": "js\/bg.js", "type": "module" }, "permissions": [ "downloads", "notifications", "scripting", "activeTab" ], "icons": { "16": "icons\/icon128.png", "32": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline';" }, "homepage_url": "https:\/\/save-webpage.pdfwork.com", "default_locale": "en" }