From c03f6d5659e52eb98d7dd9403b6a351282d1df29 Mon Sep 17 00:00:00 2001 From: "dumi@chromium.org" Date: Fri, 2 Apr 2010 19:47:18 +0000 Subject: Mention the "unlimited_storage" permission in the extensions docs. BUG=27688 TEST=none Review URL: http://codereview.chromium.org/1556016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43512 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/static/manifest.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index 3dadd21..f62c510 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -175,10 +175,15 @@ Here's an example of the permissions part of a manifest file: "tabs", "bookmarks", "http://www.blogger.com/", - "http://*.google.com/" + "http://*.google.com/", + "unlimited_storage" ], +

The "unlimited_storage" permission allows extensions to request an +unlimited quota for storing HTML5 client-side data, such as databases +and local storage files.

+

For more information, see Cross-Origin XMLHttpRequest, -- cgit v1.1