diff options
Diffstat (limited to 'chrome/common/extensions/api/storage.json')
-rw-r--r-- | chrome/common/extensions/api/storage.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/storage.json b/chrome/common/extensions/api/storage.json index db7d7fa..e1bcf98 100644 --- a/chrome/common/extensions/api/storage.json +++ b/chrome/common/extensions/api/storage.json @@ -5,6 +5,8 @@ [ { "namespace": "storage", + "description": "Use the <code>chrome.storage</code> API to store, retrieve, and track changes to user data.", + "unprivileged": true, "types": [ { "id": "StorageChange", |