| Index: chrome/common/extensions/api/app.json
|
| ===================================================================
|
| --- chrome/common/extensions/api/app.json (revision 125812)
|
| +++ chrome/common/extensions/api/app.json (working copy)
|
| @@ -1,70 +0,0 @@
|
| -[
|
| - {
|
| - "namespace": "app",
|
| - "nodoc": true,
|
| - "unprivileged": true,
|
| - "matches": [ "<all_urls>" ],
|
| - "types": [
|
| - {
|
| - "id": "Details",
|
| - "description": "TODO (it's a manifest)",
|
| - "type": "object",
|
| - "properties": {},
|
| - "additionalProperties": { "type": "any" }
|
| - },
|
| - {
|
| - "id": "DOMWindow",
|
| - "type": "object",
|
| - "properties": {},
|
| - "additionalProperties": { "type": "any" }
|
| - }
|
| - ],
|
| - "functions": [
|
| - {
|
| - "name": "getIsInstalled",
|
| - "description": "TODO",
|
| - "type": "function",
|
| - "parameters": [],
|
| - "returns": {
|
| - "name": "isInstalled",
|
| - "description": "TODO",
|
| - "type": "boolean"
|
| - }
|
| - },
|
| - {
|
| - "name": "install",
|
| - "description": "TODO",
|
| - "type": "function",
|
| - "parameters": []
|
| - },
|
| - {
|
| - "name": "getDetails",
|
| - "description": "TODO",
|
| - "type": "function",
|
| - "parameters": [],
|
| - "returns": {
|
| - "$ref": "Details",
|
| - "optional": true,
|
| - "description": "TODO"
|
| - }
|
| - },
|
| - {
|
| - "name": "getDetailsForFrame",
|
| - "description": "TODO",
|
| - "type": "function",
|
| - "parameters": [
|
| - {
|
| - "name": "frame",
|
| - "description": "TODO",
|
| - "$ref": "DOMWindow"
|
| - }
|
| - ],
|
| - "returns": {
|
| - "$ref": "Details",
|
| - "optional": true,
|
| - "description": "TODO"
|
| - }
|
| - }
|
| - ]
|
| - }
|
| -]
|
|
|