Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2906)

Unified Diff: chrome/test/data/extensions/samples/subscribe/manifest.json

Issue 99172: Part 1 of sample sprucing. (Closed)
Patch Set: Added buildbot.crx, since that seems like something people might want to install. Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+}

Powered by Google App Engine
This is Rietveld 408576698