Index: chrome/test/webdriver/test/page_action_extension/manifest.json |
diff --git a/chrome/test/webdriver/test/page_action_extension/manifest.json b/chrome/test/webdriver/test/page_action_extension/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..665aea99bec1dfbfbbf55a30863a42e75044c8b9 |
--- /dev/null |
+++ b/chrome/test/webdriver/test/page_action_extension/manifest.json |
@@ -0,0 +1,9 @@ |
+{ |
+ "name": "Page action extension", |
+ "version": "1.0", |
+ "background_page": "bg.html", |
+ "page_action": { |
+ "default_popup": "view_checks.html" |
+ }, |
+ "permissions": [ "tabs" ] |
+} |