Index: chrome/test/data/extensions/platform_apps/app_view/shim/manifest.json |
diff --git a/chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json b/chrome/test/data/extensions/platform_apps/app_view/shim/manifest.json |
similarity index 60% |
copy from chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json |
copy to chrome/test/data/extensions/platform_apps/app_view/shim/manifest.json |
index 5d8c39fd99141f9f8514168102c24b60302786f2..5e0e32ca0e742d9a5b3b426435e2cc543d703130 100644 |
--- a/chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json |
+++ b/chrome/test/data/extensions/platform_apps/app_view/shim/manifest.json |
@@ -1,15 +1,12 @@ |
{ |
- "name": "test", |
+ "name": "Platform App Test: <appview>", |
"version": "2", |
- "manifest_version": 2, |
"permissions": [ |
- "webview" |
+ "appview" |
], |
"app": { |
"background": { |
"scripts": ["test.js"] |
} |
- }, |
- "webview": { |
} |
} |