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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "title": "USB", | 177 "title": "USB", |
178 "href": "/apps/app_usb.html" | 178 "href": "/apps/app_usb.html" |
179 }, | 179 }, |
180 { | 180 { |
181 "title": "Serial", | 181 "title": "Serial", |
182 "href": "/apps/app_serial.html" | 182 "href": "/apps/app_serial.html" |
183 }, | 183 }, |
184 { | 184 { |
185 "title": "Network Communications", | 185 "title": "Network Communications", |
186 "href": "/apps/app_network.html" | 186 "href": "/apps/app_network.html" |
| 187 }, |
| 188 { |
| 189 "title": "Bluetooth", |
| 190 "href": "/apps/app_bluetooth.html" |
187 } | 191 } |
188 ] | 192 ] |
189 }, | 193 }, |
190 { | 194 { |
191 "title": "Interact with the Host Platform", | 195 "title": "Interact with the Host Platform", |
192 "toggleable": true, | 196 "toggleable": true, |
193 "items": [ | 197 "items": [ |
194 { | 198 { |
195 "title": "Rich Notifications", | 199 "title": "Rich Notifications", |
196 "href": "/apps/desktop_notifications.html" | 200 "href": "/apps/desktop_notifications.html" |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 "title": "Google Groups", | 273 "title": "Google Groups", |
270 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium
-apps" | 274 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium
-apps" |
271 }, | 275 }, |
272 { | 276 { |
273 "title": "Stack Overflow", | 277 "title": "Stack Overflow", |
274 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" | 278 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" |
275 } | 279 } |
276 ] | 280 ] |
277 } | 281 } |
278 ] | 282 ] |
OLD | NEW |