| Index: chrome/test/data/extensions/api_test/incognito/split/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/incognito/split/manifest.json b/chrome/test/data/extensions/api_test/incognito/split/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b3a920656b4ca1e1a3969a4d4dae730d3801572a
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/incognito/split/manifest.json
|
| @@ -0,0 +1,8 @@
|
| +{
|
| + "name": "incognito split-mode apitest",
|
| + "version": "0.1",
|
| + "description": "test that an incognito extension in split mode behaves properly",
|
| + "background_page": "background.html",
|
| + "incognito": "split",
|
| + "permissions": ["tabs", "http://*/*"]
|
| +}
|
|
|