| Index: chrome/common/extensions/docs/background_pages.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/background_pages.html (revision 76276)
|
| +++ chrome/common/extensions/docs/background_pages.html (working copy)
|
| @@ -359,6 +359,14 @@
|
| ...
|
| }</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>
|
|
|