blob: 791933b506ba0274817690d38e9163f7419f57d7 [file] [log] [blame]
<p id="bg">
Makes Chrome start up early and and shut down late, so that apps and extensions can have a longer life.
</p>
<p>
When any installed hosted app, packaged app, or extension has "background" permission, Chrome runs (invisibly) as soon as the user logs into their computer&mdash;before the user launches Chrome. The "background" permission also makes Chrome continue running (even after its last window is closed) until the user explicitly quits Chrome.
</p>
<p class="note">
<b>Note:</b> Disabled apps and extensions are treated as if they aren't installed.
</p>
<p>
You typically use the "background" permission with a <a href="background_pages">background page</a>, <a href="event_pages">event page</a> or (for hosted apps) a <a href="http://developers.google.com/chrome/apps/docs/background.html">background window</a>.
</p>