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_appName__", "description": "__MSG_shortDesc__", "version": "1.1.1", "default_locale": "en", "icons": { "48": "logo\/lg_48x48.png", "64": "logo\/lg_64x64.png", "96": "logo\/lg_96x96.png", "128": "logo\/lg_128x128.png", "256": "logo\/lg_256x256.png" }, "action": { "default_title": "Password Protect PDF" }, "permissions": [ "storage", "tabs", "downloads" ], "background": { "service_worker": "service-worker.js" }, "web_accessible_resources": [ { "resources": [ "*.wasm", "assets\/pdf-icon.png" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" } }