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" | 7 "href": "/apps/about_apps" |
8 } | 8 } |
9 ] | 9 ] |
10 }, | 10 }, |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 "title": "About MVC Architecture", | 69 "title": "About MVC Architecture", |
70 "href": "/apps/app_frameworks" | 70 "href": "/apps/app_frameworks" |
71 }, | 71 }, |
72 { | 72 { |
73 "title": "Build Apps with AngularJS", | 73 "title": "Build Apps with AngularJS", |
74 "href": "/apps/angular_framework" | 74 "href": "/apps/angular_framework" |
75 }, | 75 }, |
76 { | 76 { |
77 "title": "Build Apps with Sencha Ext JS", | 77 "title": "Build Apps with Sencha Ext JS", |
78 "href": "/apps/sencha_framework" | 78 "href": "/apps/sencha_framework" |
| 79 }, |
| 80 { |
| 81 "title": "Game Engines", |
| 82 "href": "/apps/game_engines" |
79 } | 83 } |
80 ] | 84 ] |
81 } | 85 } |
82 ] | 86 ] |
83 }, | 87 }, |
84 { | 88 { |
85 "title": "Chrome App Concepts", | 89 "title": "Chrome App Concepts", |
86 "toggleable": true, | 90 "toggleable": true, |
87 "items": [ | 91 "items": [ |
88 { | 92 { |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 "title": "Google Groups", | 277 "title": "Google Groups", |
274 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium
-apps" | 278 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium
-apps" |
275 }, | 279 }, |
276 { | 280 { |
277 "title": "Stack Overflow", | 281 "title": "Stack Overflow", |
278 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" | 282 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" |
279 } | 283 } |
280 ] | 284 ] |
281 } | 285 } |
282 ] | 286 ] |
OLD | NEW |