| Index: chrome/common/extensions/api/permissions.json
|
| ===================================================================
|
| --- chrome/common/extensions/api/permissions.json (revision 208118)
|
| +++ chrome/common/extensions/api/permissions.json (working copy)
|
| @@ -5,6 +5,7 @@
|
| [
|
| {
|
| "namespace": "permissions",
|
| + "description": "Use the <code>chrome.permissions</code> API 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",
|
|
|