Inspect and view changes in Digitally Sign PDF Documents – Powered by Nutrient™ source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Digitally Sign PDF Documents – Powered by Nutrient™",
"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 – Powered by Nutrient™",
"default_icon": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
}
}
}