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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/api/i18n/getMessage/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/i18n/getMessage/manifest.json b/chrome/common/extensions/docs/examples/api/i18n/getMessage/manifest.json
index ca7fefd3de11d4b1cb8f4d783f4795a0ea25dcc3..5b78230b6ce2fbc61435d5d4b90f5906b737055c 100644
--- a/chrome/common/extensions/docs/examples/api/i18n/getMessage/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/i18n/getMessage/manifest.json
@@ -3,5 +3,9 @@
"description": "Returns accept languages of the browser",
"version": "0.1",
"default_locale": "en_US",
- "toolstrips": ["toolstrip.html"]
+ "browser_action": {
+ "default_title": "Click Me",
+ "default_icon": "icon.png",
+ "popup": "popup.html"
+ }
}

Powered by Google App Engine
This is Rietveld 408576698