| Index: chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json
|
| diff --git a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json b/chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json
|
| similarity index 76%
|
| copy from chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
|
| copy to chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json
|
| index bb028af494a69e37c19bb4ab46f7646d2b61f987..2441594192eceeb1be5961f53fa6576a33388b12 100644
|
| --- a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
|
| +++ b/chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json
|
| @@ -1,10 +1,11 @@
|
| {
|
| "name": "Platform Test",
|
| - "manifest_version": 1,
|
| "version": "1",
|
| "app": {
|
| "background": {
|
| "scripts": ["background.js"]
|
| }
|
| - }
|
| + },
|
| + "permissions": [ "webview" ]
|
| }
|
| +
|
|
|