Index: chrome/test/data/extensions/platform_apps/web_view/context_menus/basic/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/context_menus/basic/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/context_menus/basic/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1171912d58617ba70631c5db5840d4485c8fa35c |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/web_view/context_menus/basic/manifest.json |
@@ -0,0 +1,15 @@ |
+{ |
+ "name": "Packaged App Test: <webview> contextMenus API", |
+ "description": "Verifies basic functionality of <webview> contextMenus API.", |
+ "version": "1", |
+ "permissions": [ |
+ "webview", |
+ /* TODO(lazyboy): Fix embedder requiring contextMenus permission. */ |
+ "contextMenus" |
+ ], |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
+ } |
+} |