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": "Digitally Sign PDF Documents \u2013 Powered by Nutrient\u2122", "version": "1.1", "description": "Digitally sign PDFs with a customized cryptographic seal using Nutrient Web Services API", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/api.nutrient.io\/*" ], "action": { "default_popup": "popup.html", "default_title": "Digitally Sign PDF Documents \u2013 Powered by Nutrient\u2122", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } } }