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

Side by Side Diff: chrome/common/extensions/docs/examples/tutorials/debugging/manifest.json

Issue 411008: Remove use of innerHTML and Toolstrips from example extensions (Closed)
Patch Set: cr changes Created 11 years, 1 month 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 "name": "My First Extension",
3 "version": "1.0",
4 "description": "The first extension that I made.",
5 "toolstrips": [
6 "my_toolstrip.html"
7 ],
8 "permissions": [
9 "http://api.flickr.com/"
10 ]
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698