OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "namespace": "extension", | 3 "namespace": "extension", |
4 "unprivileged": true, | 4 "unprivileged": true, |
5 "types": [ | 5 "types": [ |
6 { | 6 { |
7 "id": "MessageSender", | 7 "id": "MessageSender", |
8 "type": "object", | 8 "type": "object", |
9 "description": "An object containing information about the script contex
t that sent a message or request.", | 9 "description": "An object containing information about the script contex
t that sent a message or request.", |
10 "properties": { | 10 "properties": { |
(...skipping 4116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4127 "items": { | 4127 "items": { |
4128 "$ref": "ExtensionInfo" | 4128 "$ref": "ExtensionInfo" |
4129 } | 4129 } |
4130 } | 4130 } |
4131 ] | 4131 ] |
4132 } | 4132 } |
4133 ] | 4133 ] |
4134 }, | 4134 }, |
4135 { | 4135 { |
4136 "name": "get", | 4136 "name": "get", |
4137 "description": "Return information about the installed extension with th
e given ID.", | 4137 "description": "Return information about the installed extension or app
that has the given ID.", |
4138 "parameters": [ | 4138 "parameters": [ |
4139 { | 4139 { |
4140 "name": "id", | 4140 "name": "id", |
4141 "type": "string", | 4141 "type": "string", |
4142 "description": "The ID from an item of $ref:ExtensionInfo." | 4142 "description": "The ID from an item of $ref:ExtensionInfo." |
4143 }, | 4143 }, |
4144 { | 4144 { |
4145 "type": "function", | 4145 "type": "function", |
4146 "name": "callback", | 4146 "name": "callback", |
4147 "optional": "true", | 4147 "optional": "true", |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4365 "token": { "type": "string", "optional": true } | 4365 "token": { "type": "string", "optional": true } |
4366 } | 4366 } |
4367 } | 4367 } |
4368 ] | 4368 ] |
4369 } | 4369 } |
4370 ] | 4370 ] |
4371 } | 4371 } |
4372 ] | 4372 ] |
4373 } | 4373 } |
4374 ] | 4374 ] |
OLD | NEW |