| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "contentSettings", | 3 "namespace": "contentSettings", |
| 4 "types": [ | 4 "types": [ |
| 5 { | 5 { |
| 6 "id": "ResourceIdentifier", | 6 "id": "ResourceIdentifier", |
| 7 "type": "object", | 7 "type": "object", |
| 8 "properties": { | 8 "properties": { |
| 9 "id": { | 9 "id": { |
| 10 "type": "string", | 10 "type": "string", |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 { | 141 { |
| 142 "name": "getResourceIdentifiers", | 142 "name": "getResourceIdentifiers", |
| 143 "type": "function", | 143 "type": "function", |
| 144 "description": "", | 144 "description": "", |
| 145 "parameters": [ | 145 "parameters": [ |
| 146 { | 146 { |
| 147 "name": "callback", | 147 "name": "callback", |
| 148 "type": "function", | 148 "type": "function", |
| 149 "parameters": [ | 149 "parameters": [ |
| 150 { | 150 { |
| 151 "name": "resourceIdentifiers", |
| 151 "type": "array", | 152 "type": "array", |
| 152 "description": "A list of resource identifiers for this cont
ent type, or <var>undefined</var> if this content type does not use resource ide
ntifiers.", | 153 "description": "A list of resource identifiers for this cont
ent type, or <var>undefined</var> if this content type does not use resource ide
ntifiers.", |
| 153 "optional": true, | 154 "optional": true, |
| 154 "items": { | 155 "items": { |
| 155 "$ref": "ResourceIdentifier" | 156 "$ref": "ResourceIdentifier" |
| 156 } | 157 } |
| 157 } | 158 } |
| 158 ] | 159 ] |
| 159 } | 160 } |
| 160 ] | 161 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "$ref": "ContentSetting", | 208 "$ref": "ContentSetting", |
| 208 "description": "Whether to allow sites to show desktop notifications. On
e of<br><var>allow</var>: Allow sites to show desktop notifications,<br><var>blo
ck</var>: Don't allow sites to show desktop notifications,<br><var>ask</var>: As
k when a site wants to show desktop notifications. <br>Default is <var>ask</var>
.<br>The primary URL is the main-frame URL. The secondary URL is not used.", | 209 "description": "Whether to allow sites to show desktop notifications. On
e of<br><var>allow</var>: Allow sites to show desktop notifications,<br><var>blo
ck</var>: Don't allow sites to show desktop notifications,<br><var>ask</var>: As
k when a site wants to show desktop notifications. <br>Default is <var>ask</var>
.<br>The primary URL is the main-frame URL. The secondary URL is not used.", |
| 209 "value": [ | 210 "value": [ |
| 210 "notifications", | 211 "notifications", |
| 211 {"type":"string", "enum": ["allow", "block", "ask"]} | 212 {"type":"string", "enum": ["allow", "block", "ask"]} |
| 212 ] | 213 ] |
| 213 } | 214 } |
| 214 } | 215 } |
| 215 } | 216 } |
| 216 ] | 217 ] |
| OLD | NEW |