| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "title": "Discover", | 3 "title": "Discover", |
| 4 "items": [ | 4 "items": [ |
| 5 { | 5 { |
| 6 "title": "What Are Chrome Apps?", | 6 "title": "What Are Chrome Apps?", |
| 7 "href": "/apps/about_apps.html" | 7 "href": "/apps/about_apps.html" |
| 8 } | 8 } |
| 9 ] | 9 ] |
| 10 }, | 10 }, |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "href": "/apps/app_storage.html" | 168 "href": "/apps/app_storage.html" |
| 169 } | 169 } |
| 170 ] | 170 ] |
| 171 }, | 171 }, |
| 172 { | 172 { |
| 173 "title": "Use Low-Level System Services", | 173 "title": "Use Low-Level System Services", |
| 174 "toggleable": true, | 174 "toggleable": true, |
| 175 "items": [ | 175 "items": [ |
| 176 { | 176 { |
| 177 "title": "USB", | 177 "title": "USB", |
| 178 "href": "/apps/app_hardware.html" | 178 "href": "/apps/app_usb.html" |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 181 "title": "Network Communications", | 181 "title": "Network Communications", |
| 182 "href": "/apps/app_network.html" | 182 "href": "/apps/app_network.html" |
| 183 } | 183 } |
| 184 ] | 184 ] |
| 185 }, | 185 }, |
| 186 { | 186 { |
| 187 "title": "Interact with the Host Platform", | 187 "title": "Interact with the Host Platform", |
| 188 "toggleable": true, | 188 "toggleable": true, |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "title": "Google Groups", | 265 "title": "Google Groups", |
| 266 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium
-apps" | 266 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium
-apps" |
| 267 }, | 267 }, |
| 268 { | 268 { |
| 269 "title": "Stack Overflow", | 269 "title": "Stack Overflow", |
| 270 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" | 270 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" |
| 271 } | 271 } |
| 272 ] | 272 ] |
| 273 } | 273 } |
| 274 ] | 274 ] |
| OLD | NEW |