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, "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "1.1", "permissions": [ "storage", "activeTab", "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "PDF Signer" }, "icons": { "16": "images\/PDFSigner_icon_16.png", "48": "images\/PDFSigner_icon_48.png", "64": "images\/PDFSigner_icon_64.png", "128": "images\/PDFSigner_icon_128_01.png" }, "web_accessible_resources": [ { "resources": [ "pdfjs\/pdf.js", "pdfjs\/pdf.worker.js", "pdfjs\/pdf-lib.min.js" ], "matches": [ "<all_urls>" ] } ] }