| 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 6609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6620 "description": "Disk volume mount point path. The value corresponds
to its Entry.fullPath in File API." | 6620 "description": "Disk volume mount point path. The value corresponds
to its Entry.fullPath in File API." |
| 6621 }, | 6621 }, |
| 6622 "sourceUrl": { | 6622 "sourceUrl": { |
| 6623 "type": "string", | 6623 "type": "string", |
| 6624 "description": "The path to the mounted devicem, url of the mounted
archive file or network resource." | 6624 "description": "The path to the mounted devicem, url of the mounted
archive file or network resource." |
| 6625 }, | 6625 }, |
| 6626 "mountType": { | 6626 "mountType": { |
| 6627 "type": "string", | 6627 "type": "string", |
| 6628 "enum": ["device", "file", "network"], | 6628 "enum": ["device", "file", "network"], |
| 6629 "description": "Type of the mount." | 6629 "description": "Type of the mount." |
| 6630 }, |
| 6631 "mountCondition": { |
| 6632 "type": "string", |
| 6633 "description": "Additional data about mount, for example, that the f
ilesystem is not supported." |
| 6630 } | 6634 } |
| 6631 } | 6635 } |
| 6632 }, | 6636 }, |
| 6633 { | 6637 { |
| 6634 "id": "VolumeMetadata", | 6638 "id": "VolumeMetadata", |
| 6635 "type": "object", | 6639 "type": "object", |
| 6636 "description": "Mounted disk volume metadata.", | 6640 "description": "Mounted disk volume metadata.", |
| 6637 "properties": { | 6641 "properties": { |
| 6638 "mountPath": { | 6642 "mountPath": { |
| 6639 "type": "string", | 6643 "type": "string", |
| (...skipping 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8321 "type": "function", | 8325 "type": "function", |
| 8322 "description": "Called when the browser's passwords have been cleare
d.", | 8326 "description": "Called when the browser's passwords have been cleare
d.", |
| 8323 "optional": true, | 8327 "optional": true, |
| 8324 "parameters": [] | 8328 "parameters": [] |
| 8325 } | 8329 } |
| 8326 ] | 8330 ] |
| 8327 } | 8331 } |
| 8328 ] | 8332 ] |
| 8329 } | 8333 } |
| 8330 ] | 8334 ] |
| OLD | NEW |