summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/background_pages.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/static/background_pages.html')
-rw-r--r--chrome/common/extensions/docs/static/background_pages.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/static/background_pages.html b/chrome/common/extensions/docs/static/background_pages.html
index e11fb80..2fd8a837 100644
--- a/chrome/common/extensions/docs/static/background_pages.html
+++ b/chrome/common/extensions/docs/static/background_pages.html
@@ -34,9 +34,12 @@ Register your background page in the
like this:
</p>
-<pre>
-"background_page": "background.html"
-</pre>
+<pre>{
+ "name": "My extension",
+ ...
+ <b>"background_page": "background.html"</b>,
+ ...
+}</pre>
<h2>Details</h2>