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", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "installed.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" } ], "description": "OpenText Secure MFT", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3, "name": "OpenText Secure MFT", "permissions": [ "scripting", "nativeMessaging" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "version": "1.13" }