| Index: chrome/test/data/extensions/platform_apps/window_api_intercept_all_keys/has_permission/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions/manifest.json b/chrome/test/data/extensions/platform_apps/window_api_intercept_all_keys/has_permission/manifest.json
|
| similarity index 54%
|
| copy from chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions/manifest.json
|
| copy to chrome/test/data/extensions/platform_apps/window_api_intercept_all_keys/has_permission/manifest.json
|
| index 534ff1715b5381881073f61f7f6e44d792a6d0d4..991d54ff6274ebe27feed0706ffcf81eb78fba51 100644
|
| --- a/chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions/manifest.json
|
| +++ b/chrome/test/data/extensions/platform_apps/window_api_intercept_all_keys/has_permission/manifest.json
|
| @@ -1,5 +1,5 @@
|
| {
|
| - "name": "Test App With Permissions",
|
| + "name": "Window API - InterceptAllKeys",
|
| "manifest_version": 2,
|
| "version": "1",
|
| "app": {
|
| @@ -7,5 +7,7 @@
|
| "scripts": ["main.js"]
|
| }
|
| },
|
| - "permissions": ["audioCapture"]
|
| + "permissions": [
|
| + "app.window.interceptAllKeys"
|
| + ]
|
| }
|
|
|