Chromium Code Reviews| Index: chrome/test/data/extensions/samples/subscribe/manifest.json |
| diff --git a/chrome/test/data/extensions/samples/subscribe/manifest.json b/chrome/test/data/extensions/samples/subscribe/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fa98e31473cac2fd0102f6c822e183424de9a28c |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/samples/subscribe/manifest.json |
| @@ -0,0 +1,22 @@ |
| +{ |
| + "content_scripts": [ |
| + { |
| + "js": [ |
| + "feed_finder.js" |
| + ], |
| + "matches": [ |
| + "http://*/*" |
| + ] |
| + } |
| + ], |
| + "description": "Adds one-click subscription with Google Reader to your toolbar", |
| + "id": "8962A8B1A1063945CEDE08181EA28D2D65124E86", |
| + "name": "Subscribe in Reader", |
| + "permissions": [ |
| + "http://www.google.com/*" |
| + ], |
| + "toolstrips": [ |
| + "toolstrip.html" |
| + ], |
| + "version": "1.0" |
| +} |