| Index: chrome/test/data/extensions/api_test/isolated_world2/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/isolated_world2/manifest.json b/chrome/test/data/extensions/api_test/isolated_world2/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c4c60b54ad8156a8cbba9882841253931bceda7c
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/isolated_world2/manifest.json
|
| @@ -0,0 +1,7 @@
|
| +{
|
| + "name": "isolated world 2",
|
| + "version": "0.1",
|
| + "description": "together with isolated world 1, tests that scripts from different extensions run in different worlds",
|
| + "background_page": "background.html",
|
| + "permissions": ["http://*/*", "tabs"]
|
| +}
|
|
|