| Index: chrome/test/data/extensions/samples/getviews/manifest.json
|
| diff --git a/chrome/test/data/extensions/samples/getviews/manifest.json b/chrome/test/data/extensions/samples/getviews/manifest.json
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..84e18b1403bb675b3bd24dbad10412bf97e4b7be
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/samples/getviews/manifest.json
|
| @@ -0,0 +1,7 @@
|
| +{
|
| + "name": "ViewTest",
|
| + "description": "Clicking on any toolstrip or background page should 'claim' the 'strong' typeface from the others by calling claim() directly on their window objects",
|
| + "version": "0.1",
|
| + "toolstrips": ["ts1.html", "ts2.html"],
|
| + "background_page": "bg.html"
|
| +}
|
|
|