Chromium Code Reviews| Index: chrome/test/data/extensions/samples/mappy/manifest.json |
| diff --git a/chrome/test/data/extensions/samples/mappy/manifest.json b/chrome/test/data/extensions/samples/mappy/manifest.json |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..1473ce801b76ee145019e33c72cc5f78065b6646 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/samples/mappy/manifest.json |
| @@ -0,0 +1,11 @@ |
| +{ |
| + "name": "Mappy", |
| + "version": "0.2", |
| + "description": "Map stuff", |
| + "toolstrips": [ |
| + "mappy_toolstrip.html" |
| + ], |
| + "content_scripts": [ |
| + { "matches": ["http://*/*"], "js": ["mappy_content_script.js"] } |
| + ] |
| +} |