OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "title": "Getting Started", | 3 "title": "Getting Started", |
4 "items": [ | 4 "items": [ |
5 { | 5 { |
6 "title": "What Are Packaged Apps?", | 6 "title": "What Are Packaged Apps?", |
7 "href": "/apps/about_apps.html" | 7 "href": "/apps/about_apps.html" |
8 }, | 8 }, |
9 { | 9 { |
10 "title": "Understand the Architecture", | 10 "title": "Understand the Architecture", |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 { | 170 { |
171 "title": "Deploying", | 171 "title": "Deploying", |
172 "items": [ | 172 "items": [ |
173 { | 173 { |
174 "title": "Publish", | 174 "title": "Publish", |
175 "href": "/apps/publish_app.html" | 175 "href": "/apps/publish_app.html" |
176 } | 176 } |
177 ] | 177 ] |
178 }, | 178 }, |
179 { | 179 { |
| 180 "title": "Google Services", |
| 181 "items": [ |
| 182 { |
| 183 "title": "In-App Payments", |
| 184 "href": "/apps/in_app_payments.html" |
| 185 } |
| 186 ] |
| 187 }, |
| 188 { |
180 "title": "Reference", | 189 "title": "Reference", |
181 "items": [ | 190 "items": [ |
182 { | 191 { |
183 "title": "Manifest Files", | 192 "title": "Manifest Files", |
184 "href": "/apps/manifest.html" | 193 "href": "/apps/manifest.html" |
185 }, | 194 }, |
186 { | 195 { |
187 "title": "Chrome JavaScript APIs", | 196 "title": "Chrome JavaScript APIs", |
188 "href": "/apps/api_index.html" | 197 "href": "/apps/api_index.html" |
189 }, | 198 }, |
(...skipping 18 matching lines...) Expand all Loading... |
208 "title": "FAQ", | 217 "title": "FAQ", |
209 "href": "/apps/faq.html" | 218 "href": "/apps/faq.html" |
210 }, | 219 }, |
211 { | 220 { |
212 "title": "Samples", | 221 "title": "Samples", |
213 "href": "/apps/samples.html" | 222 "href": "/apps/samples.html" |
214 } | 223 } |
215 ] | 224 ] |
216 } | 225 } |
217 ] | 226 ] |
OLD | NEW |