diff options
Diffstat (limited to 'chrome/common/extensions/docs/overview.html')
-rw-r--r-- | chrome/common/extensions/docs/overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html index c924ad3..f58dea7 100644 --- a/chrome/common/extensions/docs/overview.html +++ b/chrome/common/extensions/docs/overview.html @@ -427,7 +427,7 @@ that uses information from google.com: "browser_action": { "default_title": "", "default_icon": "icon_19.png", - "popup": "popup.html" + "default_popup": "popup.html" } }</pre> |