| Index: chrome/common/extensions/api/runtime.json
|
| diff --git a/chrome/common/extensions/api/runtime.json b/chrome/common/extensions/api/runtime.json
|
| index 0550849c41a2dcf4f6a1d8aff21916ab13b804dc..a1967581ae3ae38b1afd2bca26022d0ff2e37831 100644
|
| --- a/chrome/common/extensions/api/runtime.json
|
| +++ b/chrome/common/extensions/api/runtime.json
|
| @@ -5,6 +5,8 @@
|
| [
|
| {
|
| "namespace": "runtime",
|
| + "description": "Use the <code>chrome.runtime</code> module to retrieve the background page, return details about the manifest, and listen for and respond to events in the app or extension lifecycle.",
|
| + "availability": "Google Chrome 22",
|
| "documentation_permissions_required": ["runtime"],
|
| "types": [
|
| {
|
|
|