| Index: extensions/common/api/_permission_features.json
|
| diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
|
| index 53cb9049eeaaa62aac962676c4e1bb9c8f0e7a3f..3599b2735bfb5e6dc54449b9045ed2fa1874af9d 100644
|
| --- a/extensions/common/api/_permission_features.json
|
| +++ b/extensions/common/api/_permission_features.json
|
| @@ -69,6 +69,18 @@
|
| ]
|
| }
|
| ],
|
| + "u2fDevices": [
|
| + {
|
| + "channel": "dev",
|
| + "extension_types": ["extension", "platform_app"],
|
| + "whitelist": [
|
| + "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
|
| + "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken
|
| + "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Security Key
|
| + "C06709A259378015404ED20F75C7D08547E0F10B" // Security Key (dev)
|
| + ]
|
| + }
|
| + ],
|
| "power": {
|
| "channel": "stable",
|
| "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ]
|
|
|