Index: chrome/common/extensions/api/permissions.json |
diff --git a/chrome/common/extensions/api/permissions.json b/chrome/common/extensions/api/permissions.json |
index d4a8689f9436717ddf689222aae4d6d7352552cc..7010bf2bd2b56753628759c41433a8d0a0a8dc49 100644 |
--- a/chrome/common/extensions/api/permissions.json |
+++ b/chrome/common/extensions/api/permissions.json |
@@ -5,6 +5,7 @@ |
[ |
{ |
"namespace": "permissions", |
+ "description": "Use the <code>chrome.permissions</code> module to implement optional permissions. As of Chrome 16, you can request optional permissions during your extension's regular application flow rather than at install time, so users understand why the permissions are needed and use only those that are necessary.", |
"types": [ |
{ |
"id": "Permissions", |