| Index: chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2a2b958ce2494ea4bce2418b990f47ebce8c3139
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/manifest.json
|
| @@ -0,0 +1,9 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDke6VrlZje0o/th2Il/IM+u/cflzj7ZcqgFPWorrzpXc4mqD7Z0e8FZzZ4COfg28dwrsbCOcoj0Q7EKN+GnAGigFipfFwMOsp8NdA/hp0cgilsCcWZBbcBCofzmw0zf3JqKxMNqSRehvfSPT6qrTH5/7qX/bcycQqlpJtZOAV6sQIDAQAB",
|
| + "name": "content_script_extension_injector_victim",
|
| + "version": "1.0",
|
| + "manifest_version": 2,
|
| + "description": "Tests is used to test if another extension can inject its script.",
|
| + "permissions": [ "tabs" ],
|
| + "background": { "scripts": ["background.js"] }
|
| +}
|
|
|