summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/background_pages.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/background_pages.html')
-rw-r--r--chrome/common/extensions/docs/background_pages.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/background_pages.html b/chrome/common/extensions/docs/background_pages.html
index 2516499..3df0cc7 100644
--- a/chrome/common/extensions/docs/background_pages.html
+++ b/chrome/common/extensions/docs/background_pages.html
@@ -369,6 +369,14 @@ like this:
...
}</pre>
+<p>
+If you need the browser to start up early—so
+you can display notifications, for example—then
+you might also want to specify the
+<a href="manifest.html#permissions">"background" permission</a>.
+</p>
+
+
<a name="H2-1"></a><h2>Details</h2>
<p>