| Index: chrome/test/data/extensions/api_test/stubs/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/stubs/manifest.json (revision 0)
|
| +++ chrome/test/data/extensions/api_test/stubs/manifest.json (revision 0)
|
| @@ -0,0 +1,11 @@
|
| +{
|
| + "name": "Content Script Extension API Stubs Test",
|
| + "version": "1.0",
|
| + "background_page": "background.html",
|
| + "content_scripts": [
|
| + {
|
| + "matches": ["http://*/*", "file://*"],
|
| + "js":["content_script.js"]
|
| + }
|
| + ]
|
| +}
|
|
|
| Property changes on: chrome\test\data\extensions\api_test\stubs\manifest.json
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|