summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/manifest.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/manifest.html')
-rw-r--r--chrome/common/extensions/docs/manifest.html33
1 files changed, 1 insertions, 32 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index 5e6b15c..7f477f9 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -625,7 +625,7 @@ or packaged app can use.
<p class="note">
<strong>Note:</strong>
Hosted apps can use the
-"background", "geolocation", "notifications", and "unlimitedStorage" permissions,
+"geolocation", "notifications", and "unlimitedStorage" permissions,
but not any other permissions listed in this table.
</p>
@@ -647,37 +647,6 @@ but not any other permissions listed in this table.
</td>
</tr>
<tr>
- <td> "background" </td>
- <td> <p>
- 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—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.html">background page</a>
- or (for hosted apps) a
- <a href="http://code.google.com/chrome/apps/docs/background.html">background window</a>.
- </p>
- </td>
-</tr>
-<tr>
<td> "bookmarks" </td>
<td> Required if the extension uses the
<a href="bookmarks.html">chrome.bookmarks</a> module. </td>