| Index: chrome/test/data/extensions/api_test/background_scripts/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/background_scripts/manifest.json b/chrome/test/data/extensions/api_test/background_scripts/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ea6573eeb0c0f774914e7f491b302850bea5fd4b
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/background_scripts/manifest.json
|
| @@ -0,0 +1,9 @@
|
| +{
|
| + "name": "Background Scripts Test",
|
| + "version": "1",
|
| + "manifest_version": 2,
|
| + "description": "Test functionality of the background.scripts key",
|
| + "background": {
|
| + "scripts": ["a.js", "b.js"]
|
| + }
|
| +}
|
|
|