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": "Browser Redirection Extension", "description": "This extension redirects Webpages.", "version": "25.3.5", "icons": { "16": "citrix_icon16.png", "48": "citrix_icon48.png", "128": "citrix_icon.png" }, "action": { "default_icon": "citrix_icon_inactive.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "content-PageToServiceWorkerMessageProxy.js", "content-InjectedScriptConfigurator.js" ] }, { "matches": [ "*:\/\/*\/*bcrFallback=bcrFallback*" ], "run_at": "document_start", "js": [ "content-VideoSuppressor.js" ] }, { "matches": [ "<all_urls>" ], "run_at": "document_start", "js": [ "VDIWebviewCS.js" ] } ], "background": { "service_worker": "background-ImportScripts.js" }, "permissions": [ "declarativeNetRequest", "activeTab", "webNavigation", "storage", "tabs", "nativeMessaging", "webRequest", "cookies", "system.display" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "options_ui": { "page": "options.html" }, "web_accessible_resources": [ { "resources": [ "bcr.html", "HdxVideoBootstrapper.js", "CitrixBcrApi.js", "CitrixVideoSuppressor.js", "HdxBcrGeometryNotifier.js" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "VDIWebView.js" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "<all_urls>" ] } }