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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "content_scripts": [
3 {
4 "js": [
5 "feed_finder.js"
6 ],
7 "matches": [
8 "http://*/*"
9 ]
10 }
11 ],
12 "description": "Adds one-click subscription with Google Reader to your toolbar ",
13 "id": "8962A8B1A1063945CEDE08181EA28D2D65124E86",
14 "name": "Subscribe in Reader",
15 "permissions": [
16 "http://www.google.com/*"
17 ],
18 "toolstrips": [
19 "toolstrip.html"
20 ],
21 "version": "1.0"
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698