Index: chrome/common/extensions/docs/pageAction.html |
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html |
index f6d0ac4a98d595c86faa5f1f8196ff74955557db..d7d996eb141c7d22ba2975f378800ebdcd74f7fe 100644 |
--- a/chrome/common/extensions/docs/pageAction.html |
+++ b/chrome/common/extensions/docs/pageAction.html |
@@ -378,7 +378,7 @@ like this: |
"name": "My extension", |
... |
<b>"page_action": { |
- "default_icon": "icons/foo.png", <em>// <b>required</b></em> |
+ "default_icon": "icons/foo.png", <em>// optional</em> |
"default_title": "Do action", <em>// optional; shown in tooltip</em> |
"default_popup": "popup.html" <em>// optional</em> |
}</b>, |
@@ -389,8 +389,8 @@ like this: |
<p> |
Like browser actions, |
-page actions have an icon and |
-can also have a tooltip and popup; |
+page actions can have an icon, |
+a tooltip, and popup; |
they can't have badges, however. |
In addition, page actions can appear and disappear. |
You can find information about icons, tooltips, and popups |