| 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 20 matching lines...) Expand all Loading... |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "link": "https://developers.google.com/live/shows/9118010/", | 33 "link": "https://developers.google.com/live/shows/9118010/", |
| 34 "text": "Chrome Apps Office Hours: Building Awesome Multi-window Apps" | 34 "text": "Chrome Apps Office Hours: Building Awesome Multi-window Apps" |
| 35 } | 35 } |
| 36 ] | 36 ] |
| 37 }, | 37 }, |
| 38 "bluetooth": { | 38 "bluetooth": { |
| 39 "Learn More": [ | 39 "Learn More": [ |
| 40 { | 40 { |
| 41 "link": "app_usb.html", | 41 "link": "app_bluetooth.html", |
| 42 "text": "Accessing Hardware Devices" | 42 "text": "Bluetooth" |
| 43 } | 43 } |
| 44 ] | 44 ] |
| 45 }, | 45 }, |
| 46 "cookies": { | 46 "cookies": { |
| 47 "Permissions": [ | 47 "Permissions": [ |
| 48 { | 48 { |
| 49 "class": "code", | 49 "class": "code", |
| 50 "text": "\"cookies\"" | 50 "text": "\"cookies\"" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 ] | 299 ] |
| 300 }, | 300 }, |
| 301 "windows": { | 301 "windows": { |
| 302 "Permissions": [ | 302 "Permissions": [ |
| 303 { | 303 { |
| 304 "partial": "intro_tables/windows_permissions.html" | 304 "partial": "intro_tables/windows_permissions.html" |
| 305 } | 305 } |
| 306 ] | 306 ] |
| 307 } | 307 } |
| 308 } | 308 } |
| OLD | NEW |