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

Unified Diff: chrome/common/extensions/docs/static/browserAction.html

Issue 437001: Docs polish (Closed)
Patch Set: Add an NPAPI warning 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/static/browserAction.html
diff --git a/chrome/common/extensions/docs/static/browserAction.html b/chrome/common/extensions/docs/static/browserAction.html
index 514f7607842a0e1fccbcd4b0cd43eb040fc1223d..0d42e601aaec96f14c56c4677f5be3b64ae00f82 100644
--- a/chrome/common/extensions/docs/static/browserAction.html
+++ b/chrome/common/extensions/docs/static/browserAction.html
@@ -41,17 +41,11 @@ like this:
</p>
<pre>"browser_action": {
+ "default_icon": "images/icon19.png", <em>// <b>required</b></em>
"default_title": "Google Mail", <em>// optional; shown in tooltip</em>
- "default_icon": "images/icon19.png", <em>// optional</em>
"popup": "popup.html" <em>// optional</em>
}</pre>
-<p><b>Note:</b> Even if you don't include
- any of the values, you must include an empty
- <b>browser_action</b> entry in the manifest
- so that the system reserves space
- for your browser action in the toolbar.</p>
-
<h2 id="ui">Parts of the UI</h2>
<p>
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/content_scripts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698