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

Side by Side Diff: chrome/common/extensions/docs/examples/api/i18n/getMessage/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
1 { 1 {
2 "name": "AcceptLanguage", 2 "name": "AcceptLanguage",
3 "description": "Returns accept languages of the browser", 3 "description": "Returns accept languages of the browser",
4 "version": "0.1", 4 "version": "0.1",
5 "default_locale": "en_US", 5 "default_locale": "en_US",
6 "toolstrips": ["toolstrip.html"] 6 "browser_action": {
7 "default_title": "Click Me",
8 "default_icon": "icon.png",
9 "popup": "popup.html"
10 }
7 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698