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": "Cisco Web Communicator", "description": "__MSG_extension_description__", "version": "11.8.4.1", "default_locale": "en", "permissions": [ "nativeMessaging", "management" ], "icons": { "16": "Jabber_16x16.png", "48": "Jabber_48x48.png", "128": "Jabber_128x128.png" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "accepts_tls_channel_id": false }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "contentscript.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "cwic_plugin.js", "contentscript.js", "extProps.json" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }