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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 { | 120 { |
121 "title": "Cloud-Enable Your App", | 121 "title": "Cloud-Enable Your App", |
122 "toggleable": true, | 122 "toggleable": true, |
123 "items": [ | 123 "items": [ |
124 { | 124 { |
125 "title": "Cloud Messaging", | 125 "title": "Cloud Messaging", |
126 "toggleable": true, | 126 "toggleable": true, |
127 "items": [ | 127 "items": [ |
128 { | 128 { |
129 "title": "About Cloud Messaging", | 129 "title": "About Cloud Messaging", |
130 "href": "/apps/cloudMessaging.html" | 130 "href": "/apps/cloudMessagingV2.html" |
131 }, | 131 }, |
132 { | 132 { |
133 "title": "Client Reference", | 133 "title": "Client Reference", |
134 "href": "/apps/pushMessaging.html" | 134 "href": "/apps/gcm.html" |
135 }, | |
136 { | |
137 "title": "Service Reference", | |
138 "href": "/apps/gcm_server.html" | |
139 }, | 135 }, |
140 { | 136 { |
141 "title": "Terms of Service", | 137 "title": "Terms of Service", |
142 "href": "/apps/gcm_tos.html" | 138 "href": "/apps/gcm_tos.html" |
143 } | 139 } |
144 ] | 140 ] |
145 }, | 141 }, |
146 { | 142 { |
147 "title": "Cloud Storage", | 143 "title": "Cloud Storage", |
148 "toggleable": true, | 144 "toggleable": true, |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 "title": "Google Groups", | 265 "title": "Google Groups", |
270 "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" |
271 }, | 267 }, |
272 { | 268 { |
273 "title": "Stack Overflow", | 269 "title": "Stack Overflow", |
274 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" | 270 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" |
275 } | 271 } |
276 ] | 272 ] |
277 } | 273 } |
278 ] | 274 ] |
OLD | NEW |