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": "KAiZEN eSign",
"version": "1.12",
"description": "Digitally sign your documents with KAiZEN - Safe, Secure & Certified eSigning solution.",
"permissions": [
"storage"
],
"icons": {
"16": "images\/S-16x16.png",
"32": "images\/S-32x32.png",
"128": "images\/S-128x128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/S-16x16.png",
"32": "images\/S-32x32.png",
"128": "images\/S-128x128.png"
}
},
"background": {
"service_worker": "background.js"
}
}