| Index: chrome/test/data/extensions/samples/screenshot/manifest.json
|
| diff --git a/chrome/test/data/extensions/samples/screenshot/manifest.json b/chrome/test/data/extensions/samples/screenshot/manifest.json
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..644c82dc91f341bcb8f27a90f7d7a125fe3d96df
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/samples/screenshot/manifest.json
|
| @@ -0,0 +1,9 @@
|
| +{
|
| + "name": "Test Screenshot Extension",
|
| + "version": "1.0",
|
| + "description": "Test extension for testing screenshot functionality",
|
| + "toolstrips": [
|
| + "toolstrip.html"
|
| + ],
|
| + "permissions": ["tabs"]
|
| +}
|
|
|