| 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 4016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4027 "type": "string" | 4027 "type": "string" |
| 4028 }, | 4028 }, |
| 4029 "version": { | 4029 "version": { |
| 4030 "description": "The <a href='manifest.html#version'>version</a> of t
his extension or app.", | 4030 "description": "The <a href='manifest.html#version'>version</a> of t
his extension or app.", |
| 4031 "type": "string" | 4031 "type": "string" |
| 4032 }, | 4032 }, |
| 4033 "enabled": { | 4033 "enabled": { |
| 4034 "description": "Whether it is currently enabled or disabled.", | 4034 "description": "Whether it is currently enabled or disabled.", |
| 4035 "type": "boolean" | 4035 "type": "boolean" |
| 4036 }, | 4036 }, |
| 4037 "enabled": { | |
| 4038 "description": "Whether it is currently enabled or disabled.", | |
| 4039 "type": "boolean" | |
| 4040 }, | |
| 4041 "isApp": { | 4037 "isApp": { |
| 4042 "description": "True if this is an app.", | 4038 "description": "True if this is an app.", |
| 4043 "type": "boolean" | 4039 "type": "boolean" |
| 4044 }, | 4040 }, |
| 4045 "appLaunchUrl": { | 4041 "appLaunchUrl": { |
| 4046 "description": "The launch url (only present for apps).", | 4042 "description": "The launch url (only present for apps).", |
| 4047 "type": "string", | 4043 "type": "string", |
| 4048 "optional": true | 4044 "optional": true |
| 4049 }, | 4045 }, |
| 4050 "optionsUrl": { | 4046 "optionsUrl": { |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4261 "token": { "type": "string", "optional": true } | 4257 "token": { "type": "string", "optional": true } |
| 4262 } | 4258 } |
| 4263 } | 4259 } |
| 4264 ] | 4260 ] |
| 4265 } | 4261 } |
| 4266 ] | 4262 ] |
| 4267 } | 4263 } |
| 4268 ] | 4264 ] |
| 4269 } | 4265 } |
| 4270 ] | 4266 ] |
| OLD | NEW |