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 7889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7900 } | 7900 } |
7901 } | 7901 } |
7902 } | 7902 } |
7903 ] | 7903 ] |
7904 } | 7904 } |
7905 ] | 7905 ] |
7906 } | 7906 } |
7907 ] | 7907 ] |
7908 }, | 7908 }, |
7909 { | 7909 { |
7910 "namespace": "experimental.contentSettings", | 7910 "namespace": "contentSettings", |
7911 "types": [ | 7911 "types": [ |
7912 { | 7912 { |
7913 "id": "ResourceIdentifier", | 7913 "id": "ResourceIdentifier", |
7914 "type": "object", | 7914 "type": "object", |
7915 "properties": { | 7915 "properties": { |
7916 "id": { | 7916 "id": { |
7917 "type": "string", | 7917 "type": "string", |
7918 "description": "The resource identifier for the given content type." | 7918 "description": "The resource identifier for the given content type." |
7919 }, | 7919 }, |
7920 "description": { | 7920 "description": { |
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8702 "optional": "true", | 8702 "optional": "true", |
8703 "description": "The MHTML data as a Blob." | 8703 "description": "The MHTML data as a Blob." |
8704 } | 8704 } |
8705 ] | 8705 ] |
8706 } | 8706 } |
8707 ] | 8707 ] |
8708 } | 8708 } |
8709 ] | 8709 ] |
8710 } | 8710 } |
8711 ] | 8711 ] |
OLD | NEW |