Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json |
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7bb498865efa19cf3801c22ec3850b0c4f710089 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json |
| @@ -0,0 +1,13 @@ |
| +{ |
| + "name": "Packaged App Test: <webview> Navigation", |
| + "description": "Verifies that the <webview> Navigation works as expected.", |
| + "version": "1", |
| + "permissions": [ |
| + "webview" |
| + ], |
| + "app": { |
| + "background": { |
| + "scripts": ["test.js"] |
| + } |
| + } |
| +} |