| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 { | 128 { |
| 129 "title": "Cloud Messaging", | 129 "title": "Cloud Messaging", |
| 130 "toggleable": true, | 130 "toggleable": true, |
| 131 "items": [ | 131 "items": [ |
| 132 { | 132 { |
| 133 "title": "About Cloud Messaging", | 133 "title": "About Cloud Messaging", |
| 134 "href": "/apps/cloudMessaging" | 134 "href": "/apps/cloudMessaging" |
| 135 }, | 135 }, |
| 136 { | 136 { |
| 137 "title": "Client Reference", | 137 "title": "Client Reference", |
| 138 "href": "/apps/pushMessaging" | 138 "href": "/apps/gcm" |
| 139 }, | |
| 140 { | |
| 141 "title": "Service Reference", | |
| 142 "href": "/apps/gcm_server" | |
| 143 }, | |
| 144 { | |
| 145 "title": "Terms of Service", | |
| 146 "href": "/apps/gcm_tos" | |
| 147 } | 139 } |
| 148 ] | 140 ] |
| 149 }, | 141 }, |
| 150 { | 142 { |
| 151 "title": "Cloud Storage", | 143 "title": "Cloud Storage", |
| 152 "toggleable": true, | 144 "toggleable": true, |
| 153 "items": [ | 145 "items": [ |
| 154 { | 146 { |
| 155 "title": "chrome.storage", | 147 "title": "chrome.storage", |
| 156 "href": "/apps/storage" | 148 "href": "/apps/storage" |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 "title": "Google Groups", | 269 "title": "Google Groups", |
| 278 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium
-apps" | 270 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium
-apps" |
| 279 }, | 271 }, |
| 280 { | 272 { |
| 281 "title": "Stack Overflow", | 273 "title": "Stack Overflow", |
| 282 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" | 274 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" |
| 283 } | 275 } |
| 284 ] | 276 ] |
| 285 } | 277 } |
| 286 ] | 278 ] |
| OLD | NEW |