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",
"name": "Topaz SigPlusExtLite Extension",
"version": "3.1.16.5",
"manifest_version": 3,
"description": "The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.",
"minimum_chrome_version": "88",
"background": {
"service_worker": "SigPlusExtLiteBgExtn.js"
},
"web_accessible_resources": [
{
"resources": [
"SigPlusExtLiteWrapper.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"http:\/\/*\/*",
"<all_urls>"
],
"js": [
"SigPlusExtLiteSigningChromeExt.js"
],
"all_frames": true
}
],
"permissions": [
"nativeMessaging",
"background",
"system.display"
]
}