Index: chrome/test/data/extensions/api_test/browser_action/split_mode/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/browser_action/split_mode/manifest.json b/chrome/test/data/extensions/api_test/browser_action/split_mode/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..97dd873f1770af48c2587e860632b5f28bc40335 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/browser_action/split_mode/manifest.json |
@@ -0,0 +1,14 @@ |
+{ |
+ "name": "Split mode browser action test", |
+ "description": "", |
+ "version": "0", |
+ "manifest_version": 2, |
+ "browser_action": { |
+ "default_title": "create a tab" |
+ }, |
+ "background": { |
+ "scripts": ["background.js"], |
+ "persistent": false |
+ }, |
+ "incognito": "split" |
+} |