| Index: chrome/test/data/devtools/extensions/simple_content_script/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/devtools/extensions/simple_content_script/manifest.json (revision 0)
|
| +++ chrome/test/data/devtools/extensions/simple_content_script/manifest.json (revision 0)
|
| @@ -0,0 +1,10 @@
|
| +{
|
| + "content_scripts": [ {
|
| + "js": [ "simple_content_script.js" ],
|
| + "matches": [ "http://*/*" ]
|
| + } ],
|
| + "description": "Simple content script.",
|
| + "name": "Simple content script",
|
| + "version": "0.1"
|
| +
|
| +}
|
|
|
| Property changes on: chrome\test\data\devtools\extensions\simple_content_script\manifest.json
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|