| Index: chrome/test/data/extensions/samples/benchmark/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/samples/benchmark/manifest.json (revision 0)
|
| +++ chrome/test/data/extensions/samples/benchmark/manifest.json (revision 0)
|
| @@ -0,0 +1,14 @@
|
| +{
|
| + "name": "Page Benchmarker",
|
| + "version": "1.0",
|
| + "description": "Chromium Page Benchmarker.",
|
| + "toolstrips": [
|
| + "toolstrip.html"
|
| + ],
|
| + "content_scripts": [
|
| + {
|
| + "matches": ["http://*/*"],
|
| + "js": ["script.js"]
|
| + }
|
| + ]
|
| +}
|
|
|