| OLD | NEW |
| 1 { | 1 { |
| 2 "alarms": { | 2 "alarms": { |
| 3 "Learn More": [ | 3 "Learn More": [ |
| 4 { | 4 { |
| 5 "link": "event_pages.html", | 5 "link": "event_pages.html", |
| 6 "text": "Event Pages" | 6 "text": "Event Pages" |
| 7 } | 7 } |
| 8 ] | 8 ] |
| 9 }, | 9 }, |
| 10 "app_runtime": { | 10 "app_runtime": { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 ] | 36 ] |
| 37 }, | 37 }, |
| 38 "bluetooth": { | 38 "bluetooth": { |
| 39 "Learn More": [ | 39 "Learn More": [ |
| 40 { | 40 { |
| 41 "link": "app_bluetooth.html", | 41 "link": "app_bluetooth.html", |
| 42 "text": "Bluetooth" | 42 "text": "Bluetooth" |
| 43 } | 43 } |
| 44 ] | 44 ] |
| 45 }, | 45 }, |
| 46 "bluetoothLowEnergy": { |
| 47 "Learn More": [ |
| 48 { |
| 49 "link": "app_bluetooth.html", |
| 50 "text": "Bluetooth" |
| 51 } |
| 52 ] |
| 53 }, |
| 54 "bluetoothSocket": { |
| 55 "Learn More": [ |
| 56 { |
| 57 "link": "app_bluetooth.html", |
| 58 "text": "Bluetooth" |
| 59 } |
| 60 ] |
| 61 }, |
| 46 "cookies": { | 62 "cookies": { |
| 47 "Permissions": [ | 63 "Permissions": [ |
| 48 { | 64 { |
| 49 "class": "code", | 65 "class": "code", |
| 50 "text": "\"cookies\"" | 66 "text": "\"cookies\"" |
| 51 }, | 67 }, |
| 52 { | 68 { |
| 53 "link": "declare_permissions.html#host-permissions", | 69 "link": "declare_permissions.html#host-permissions", |
| 54 "text": "host permissions" | 70 "text": "host permissions" |
| 55 } | 71 } |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 ] | 315 ] |
| 300 }, | 316 }, |
| 301 "windows": { | 317 "windows": { |
| 302 "Permissions": [ | 318 "Permissions": [ |
| 303 { | 319 { |
| 304 "partial": "intro_tables/windows_permissions.html" | 320 "partial": "intro_tables/windows_permissions.html" |
| 305 } | 321 } |
| 306 ] | 322 ] |
| 307 } | 323 } |
| 308 } | 324 } |
| OLD | NEW |