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": "Amazon DCV WebAuthn Redirection Extension", "description": "Redirects WebAuthn through Amazon DCV", "manifest_version": 3, "version": "1.3.0.58", "background": { "service_worker": "dcvwebauthnsvcworkerbundle.js" }, "permissions": [ "webAuthenticationProxy", "nativeMessaging" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "16.png", "32.png", "48.png", "128.png", "error.png", "processing.png", "stable.png" ] } ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "action": { "default_icon": { "16": "16.png" }, "default_popup": ".\/dcvwebauthnpopup.html" } }