| 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 "type": "object", | 521 "type": "object", |
| 522 "description": "Object describing the options used for speech recognitio
n.", | 522 "description": "Object describing the options used for speech recognitio
n.", |
| 523 "properties": { | 523 "properties": { |
| 524 "language": { | 524 "language": { |
| 525 "type": "string", | 525 "type": "string", |
| 526 "optional": true, | 526 "optional": true, |
| 527 "description": "BCP-47 language code of the language to recognize. W
hen set to 'auto' or not defined defaults to user's most preferred content langu
age. Will use 'en-US' if not supported or invalid." | 527 "description": "BCP-47 language code of the language to recognize. W
hen set to 'auto' or not defined defaults to user's most preferred content langu
age. Will use 'en-US' if not supported or invalid." |
| 528 }, | 528 }, |
| 529 "grammar": { | 529 "grammar": { |
| 530 "type": "string", | 530 "type": "string", |
| 531 "description": "Name of the grammar to use. Defaults to 'builtin:dic
tation'.", | 531 "description": "Name of the grammar to use. Defaults to 'builtin:sea
rch'.", |
| 532 "optional": true | 532 "optional": true |
| 533 }, | 533 }, |
| 534 "filterProfanities": { | 534 "filterProfanities": { |
| 535 "type": "boolean", | 535 "type": "boolean", |
| 536 "optional": true, | 536 "optional": true, |
| 537 "description": "Enable or disable profanity filtering. Will use the
default Chrome filtering settings if not set." | 537 "description": "Enable or disable profanity filtering. Will use the
default Chrome filtering settings if not set." |
| 538 } | 538 } |
| 539 } | 539 } |
| 540 }, | 540 }, |
| 541 { | 541 { |
| (...skipping 8667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9209 } | 9209 } |
| 9210 } | 9210 } |
| 9211 } | 9211 } |
| 9212 ] | 9212 ] |
| 9213 } | 9213 } |
| 9214 ] | 9214 ] |
| 9215 } | 9215 } |
| 9216 ] | 9216 ] |
| 9217 } | 9217 } |
| 9218 ] | 9218 ] |
| OLD | NEW |