| Index: chrome/common/extensions/api/extension_api.json
|
| ===================================================================
|
| --- chrome/common/extensions/api/extension_api.json (revision 60374)
|
| +++ chrome/common/extensions/api/extension_api.json (working copy)
|
| @@ -3928,10 +3928,6 @@
|
| "description": "The name of this extension or app.",
|
| "type": "string"
|
| },
|
| - "version": {
|
| - "description": "The <a href='manifest.html#version'>version</a> of this extension or app.",
|
| - "type": "string"
|
| - },
|
| "enabled": {
|
| "description": "Whether it is currently enabled or disabled.",
|
| "type": "boolean"
|
| @@ -4024,23 +4020,6 @@
|
| "parameters": []
|
| }
|
| ]
|
| - },
|
| - {
|
| - "name": "launchApp",
|
| - "description": "Launches an application.",
|
| - "parameters": [
|
| - {
|
| - "name": "id",
|
| - "type": "string",
|
| - "description": "The extension id of the application."
|
| - },
|
| - {
|
| - "name": "callback",
|
| - "type": "function",
|
| - "optional": "true",
|
| - "parameters": []
|
| - }
|
| - ]
|
| }
|
| ],
|
| "events": [
|
|
|