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 Devices" |
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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 ] | 291 ] |
292 }, | 292 }, |
293 "windows": { | 293 "windows": { |
294 "Permissions": [ | 294 "Permissions": [ |
295 { | 295 { |
296 "partial": "intro_tables/windows_permissions.html" | 296 "partial": "intro_tables/windows_permissions.html" |
297 } | 297 } |
298 ] | 298 ] |
299 } | 299 } |
300 } | 300 } |
OLD | NEW |