| Index: chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..30fe2a41c9962cb7a1ce55e003c70dccb0efcb3c
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
|
| @@ -0,0 +1,11 @@
|
| +{
|
| + "name": "Content Script API Tests",
|
| + "version": "1",
|
| + "permission": ["tabs"],
|
| + "content_scripts": [
|
| + {
|
| + "matches": ["*://*/functions.html"],
|
| + "js": ["functions.js"]
|
| + }
|
| + ]
|
| +}
|
|
|