diff options
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 13 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 13 |
2 files changed, 18 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index 08eca63..763a07e 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -550,15 +550,20 @@ The following table lists the permissions an extension can use. <a href="http://code.google.com/chrome/extensions/dev/experimental.html">chrome.experimental.* APIs</a>.</td> </tr> <tr> + <td> "geolocation" </td> + <td> Allows the extension to use the proposed HTML5 + <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> + without prompting the user for permission. </td> +</tr> +<tr> <td> "history" </td> <td> Required if the extension uses the <a href="history.html">chrome.history</a> module. </td> </tr> <tr> - <td> "geolocation" </td> - <td> Allows the extension to use the proposed HTML5 - <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> - without prompting the user for permission. </td> + <td> "idle" </td> + <td> Required if the extension uses the + <a href="idle.html">chrome.idle</a> module. </td> </tr> <tr> <td> "notifications" </td> diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index a79f756..0f87450 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -266,15 +266,20 @@ The following table lists the permissions an extension can use. <a href="http://code.google.com/chrome/extensions/dev/experimental.html">chrome.experimental.* APIs</a>.</td> </tr> <tr> + <td> "geolocation" </td> + <td> Allows the extension to use the proposed HTML5 + <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> + without prompting the user for permission. </td> +</tr> +<tr> <td> "history" </td> <td> Required if the extension uses the <a href="history.html">chrome.history</a> module. </td> </tr> <tr> - <td> "geolocation" </td> - <td> Allows the extension to use the proposed HTML5 - <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> - without prompting the user for permission. </td> + <td> "idle" </td> + <td> Required if the extension uses the + <a href="idle.html">chrome.idle</a> module. </td> </tr> <tr> <td> "notifications" </td> |