Index: chrome/test/data/extensions/platform_apps/web_view/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/manifest.json |
deleted file mode 100644 |
index d0ca5bc11241ec66312fef3fb49d5921d4a8a0da..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/platform_apps/web_view/manifest.json |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-{ |
- "name": "Platform App Test: <webview>", |
- "version": "1", |
- "permissions": [ |
- "webview" |
- ], |
- "app": { |
- "background": { |
- "scripts": ["test.js"] |
- } |
- } |
-} |