Index: chrome/test/data/extensions/platform_apps/web_view/background/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/background/manifest.json |
similarity index 51% |
copy from chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json |
copy to chrome/test/data/extensions/platform_apps/web_view/background/manifest.json |
index fdbcce1f790de00eee6961795bec15d2a6b55f24..bd464a14fd787a1df84606ceb89c2a9092dfb185 100644 |
--- a/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json |
+++ b/chrome/test/data/extensions/platform_apps/web_view/background/manifest.json |
@@ -1,12 +1,12 @@ |
{ |
- "name": "<webview> ChromeVox injection test.", |
+ "name": "Platform App Test: <webview> background page access", |
"version": "1", |
"permissions": [ |
"webview" |
], |
"app": { |
"background": { |
- "scripts": ["test.js"] |
+ "page": "background.html" |
} |
} |
} |