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" |
8 } | 8 } |
9 ] | 9 ] |
10 }, | 10 }, |
11 { | 11 { |
12 "title": "Develop", | 12 "title": "Develop", |
13 "items": [ | 13 "items": [ |
14 { | 14 { |
15 "title": "Create Your First App", | 15 "title": "Create Your First App", |
16 "href": "/apps/first_app.html" | 16 "href": "/apps/first_app" |
17 }, | 17 }, |
18 { | 18 { |
19 "title": "Tutorials", | 19 "title": "Tutorials", |
20 "toggleable": true, | 20 "toggleable": true, |
21 "items": [ | 21 "items": [ |
22 { | 22 { |
23 "title": "Learn with a Codelab", | 23 "title": "Learn with a Codelab", |
24 "toggleable": true, | 24 "toggleable": true, |
25 "items": [ | 25 "items": [ |
26 { | 26 { |
27 "title": "About this Codelab", | 27 "title": "About this Codelab", |
28 "href": "/apps/app_codelab.html" | 28 "href": "/apps/app_codelab" |
29 }, | 29 }, |
30 { | 30 { |
31 "title": "1 - Set Up Development Environment", | 31 "title": "1 - Set Up Development Environment", |
32 "href": "/apps/app_codelab1_setup.html" | 32 "href": "/apps/app_codelab1_setup" |
33 }, | 33 }, |
34 { | 34 { |
35 "title": "2 - Create Basic App", | 35 "title": "2 - Create Basic App", |
36 "href": "/apps/app_codelab2_basic.html" | 36 "href": "/apps/app_codelab2_basic" |
37 }, | 37 }, |
38 { | 38 { |
39 "title": "3 - Create MVC", | 39 "title": "3 - Create MVC", |
40 "href": "/apps/app_codelab3_mvc.html" | 40 "href": "/apps/app_codelab3_mvc" |
41 }, | 41 }, |
42 { | 42 { |
43 "title": "4 - Save and Fetch Data", | 43 "title": "4 - Save and Fetch Data", |
44 "href": "/apps/app_codelab5_data.html" | 44 "href": "/apps/app_codelab5_data" |
45 }, | 45 }, |
46 { | 46 { |
47 "title": "5 - Manage App Lifecycle", | 47 "title": "5 - Manage App Lifecycle", |
48 "href": "/apps/app_codelab6_lifecycle.html" | 48 "href": "/apps/app_codelab6_lifecycle" |
49 }, | 49 }, |
50 { | 50 { |
51 "title": "6 - Access User's Data", | 51 "title": "6 - Access User's Data", |
52 "href": "/apps/app_codelab7_useridentification.html" | 52 "href": "/apps/app_codelab7_useridentification" |
53 }, | 53 }, |
54 { | 54 { |
55 "title": "7 - Access Web Resources", | 55 "title": "7 - Access Web Resources", |
56 "href": "/apps/app_codelab8_webresources.html" | 56 "href": "/apps/app_codelab8_webresources" |
57 }, | 57 }, |
58 { | 58 { |
59 "title": "8 - Publish App", | 59 "title": "8 - Publish App", |
60 "href": "/apps/app_codelab_10_publishing.html" | 60 "href": "/apps/app_codelab_10_publishing" |
61 } | 61 } |
62 ] | 62 ] |
63 }, | 63 }, |
64 { | 64 { |
65 "title": "MVC Architecture & Frameworks", | 65 "title": "MVC Architecture & Frameworks", |
66 "toggleable": true, | 66 "toggleable": true, |
67 "items": [ | 67 "items": [ |
68 { | 68 { |
69 "title": "About MVC Architecture", | 69 "title": "About MVC Architecture", |
70 "href": "/apps/app_frameworks.html" | 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.html" | 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.html" | 78 "href": "/apps/sencha_framework" |
79 } | 79 } |
80 ] | 80 ] |
81 } | 81 } |
82 ] | 82 ] |
83 }, | 83 }, |
84 { | 84 { |
85 "title": "Chrome App Concepts", | 85 "title": "Chrome App Concepts", |
86 "toggleable": true, | 86 "toggleable": true, |
87 "items": [ | 87 "items": [ |
88 { | 88 { |
89 "title": "The Fundamentals", | 89 "title": "The Fundamentals", |
90 "toggleable": true, | 90 "toggleable": true, |
91 "items": [ | 91 "items": [ |
92 { | 92 { |
93 "title": "App Architecture", | 93 "title": "App Architecture", |
94 "href": "/apps/app_architecture.html" | 94 "href": "/apps/app_architecture" |
95 }, | 95 }, |
96 { | 96 { |
97 "title": "App Lifecycle", | 97 "title": "App Lifecycle", |
98 "href": "/apps/app_lifecycle.html" | 98 "href": "/apps/app_lifecycle" |
99 }, | 99 }, |
100 { | 100 { |
101 "title": "Offline First", | 101 "title": "Offline First", |
102 "href": "/apps/offline_apps.html" | 102 "href": "/apps/offline_apps" |
103 }, | 103 }, |
104 { | 104 { |
105 "title": "External Content", | 105 "title": "External Content", |
106 "href": "/apps/app_external.html" | 106 "href": "/apps/app_external" |
107 } | 107 } |
108 ] | 108 ] |
109 }, | 109 }, |
110 { | 110 { |
111 "title": "Security", | 111 "title": "Security", |
112 "toggleable": true, | 112 "toggleable": true, |
113 "items": [ | 113 "items": [ |
114 { | 114 { |
115 "title": "Content Security Policy", | 115 "title": "Content Security Policy", |
116 "href": "/apps/contentSecurityPolicy.html" | 116 "href": "/apps/contentSecurityPolicy" |
117 } | 117 } |
118 ] | 118 ] |
119 }, | 119 }, |
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/cloudMessaging" |
131 }, | 131 }, |
132 { | 132 { |
133 "title": "Client Reference", | 133 "title": "Client Reference", |
134 "href": "/apps/pushMessaging.html" | 134 "href": "/apps/pushMessaging" |
135 }, | 135 }, |
136 { | 136 { |
137 "title": "Service Reference", | 137 "title": "Service Reference", |
138 "href": "/apps/gcm_server.html" | 138 "href": "/apps/gcm_server" |
139 }, | 139 }, |
140 { | 140 { |
141 "title": "Terms of Service", | 141 "title": "Terms of Service", |
142 "href": "/apps/gcm_tos.html" | 142 "href": "/apps/gcm_tos" |
143 } | 143 } |
144 ] | 144 ] |
145 }, | 145 }, |
146 { | 146 { |
147 "title": "Cloud Storage", | 147 "title": "Cloud Storage", |
148 "toggleable": true, | 148 "toggleable": true, |
149 "items": [ | 149 "items": [ |
150 { | 150 { |
151 "title": "chrome.storage", | 151 "title": "chrome.storage", |
152 "href": "/apps/storage.html" | 152 "href": "/apps/storage" |
153 } | 153 } |
154 ] | 154 ] |
155 }, | 155 }, |
156 { | 156 { |
157 "title": "User Authentication", | 157 "title": "User Authentication", |
158 "href": "/apps/app_identity.html" | 158 "href": "/apps/app_identity" |
159 } | 159 } |
160 ] | 160 ] |
161 }, | 161 }, |
162 { | 162 { |
163 "title": "Store and Retrieve Data", | 163 "title": "Store and Retrieve Data", |
164 "toggleable": true, | 164 "toggleable": true, |
165 "items": [ | 165 "items": [ |
166 { | 166 { |
167 "title": "Storage APIs", | 167 "title": "Storage APIs", |
168 "href": "/apps/app_storage.html" | 168 "href": "/apps/app_storage" |
169 } | 169 } |
170 ] | 170 ] |
171 }, | 171 }, |
172 { | 172 { |
173 "title": "Use Low-Level System Services", | 173 "title": "Use Low-Level System Services", |
174 "toggleable": true, | 174 "toggleable": true, |
175 "items": [ | 175 "items": [ |
176 { | 176 { |
177 "title": "USB", | 177 "title": "USB", |
178 "href": "/apps/app_usb.html" | 178 "href": "/apps/app_usb" |
179 }, | 179 }, |
180 { | 180 { |
181 "title": "Serial", | 181 "title": "Serial", |
182 "href": "/apps/app_serial.html" | 182 "href": "/apps/app_serial" |
183 }, | 183 }, |
184 { | 184 { |
185 "title": "Network Communications", | 185 "title": "Network Communications", |
186 "href": "/apps/app_network.html" | 186 "href": "/apps/app_network" |
187 }, | 187 }, |
188 { | 188 { |
189 "title": "Bluetooth", | 189 "title": "Bluetooth", |
190 "href": "/apps/app_bluetooth.html" | 190 "href": "/apps/app_bluetooth" |
191 } | 191 } |
192 ] | 192 ] |
193 }, | 193 }, |
194 { | 194 { |
195 "title": "Interact with the Host Platform", | 195 "title": "Interact with the Host Platform", |
196 "toggleable": true, | 196 "toggleable": true, |
197 "items": [ | 197 "items": [ |
198 { | 198 { |
199 "title": "Rich Notifications", | 199 "title": "Rich Notifications", |
200 "href": "/apps/desktop_notifications.html" | 200 "href": "/apps/desktop_notifications" |
201 } | 201 } |
202 ] | 202 ] |
203 } | 203 } |
204 ] | 204 ] |
205 } | 205 } |
206 ] | 206 ] |
207 }, | 207 }, |
208 { | 208 { |
209 "title": "Distribute", | 209 "title": "Distribute", |
210 "items": [ | 210 "items": [ |
211 { | 211 { |
212 "title": "Publish Your App", | 212 "title": "Publish Your App", |
213 "href": "/apps/publish_app.html" | 213 "href": "/apps/publish_app" |
214 }, | 214 }, |
215 { | 215 { |
216 "title": "Monetize Your App", | 216 "title": "Monetize Your App", |
217 "toggleable": true, | 217 "toggleable": true, |
218 "items": [ | 218 "items": [ |
219 { | 219 { |
220 "title": "Google Wallet for Digital Goods", | 220 "title": "Google Wallet for Digital Goods", |
221 "href": "/apps/google_wallet.html" | 221 "href": "/apps/google_wallet" |
222 } | 222 } |
223 ] | 223 ] |
224 }, | 224 }, |
225 { | 225 { |
226 "title": "Analytics", | 226 "title": "Analytics", |
227 "href": "/apps/analytics.html" | 227 "href": "/apps/analytics" |
228 } | 228 } |
229 ] | 229 ] |
230 }, | 230 }, |
231 { | 231 { |
232 "title": "Reference", | 232 "title": "Reference", |
233 "items": [ | 233 "items": [ |
234 { | 234 { |
235 "title": "Chrome Platform APIs", | 235 "title": "Chrome Platform APIs", |
236 "href": "/apps/api_index.html" | 236 "href": "/apps/api_index" |
237 }, | 237 }, |
238 { | 238 { |
239 "title": "Webview Tag", | 239 "title": "Webview Tag", |
240 "href": "/apps/tags/webview.html" | 240 "href": "/apps/tags/webview" |
241 }, | 241 }, |
242 { | 242 { |
243 "title": "Web APIs", | 243 "title": "Web APIs", |
244 "href": "/apps/api_other.html" | 244 "href": "/apps/api_other" |
245 }, | 245 }, |
246 { | 246 { |
247 "title": "Manifest File Format", | 247 "title": "Manifest File Format", |
248 "href": "/apps/manifest.html" | 248 "href": "/apps/manifest" |
249 }, | 249 }, |
250 { | 250 { |
251 "title": "Disabled Web Features", | 251 "title": "Disabled Web Features", |
252 "href": "/apps/app_deprecated.html" | 252 "href": "/apps/app_deprecated" |
253 } | 253 } |
254 ] | 254 ] |
255 }, | 255 }, |
256 { | 256 { |
257 "title": "Samples", | 257 "title": "Samples", |
258 "items": [ | 258 "items": [ |
259 { | 259 { |
260 "title": "Sample Apps", | 260 "title": "Sample Apps", |
261 "href": "/apps/samples.html" | 261 "href": "/apps/samples" |
262 } | 262 } |
263 ] | 263 ] |
264 }, | 264 }, |
265 { | 265 { |
266 "title": "Help", | 266 "title": "Help", |
267 "items": [ | 267 "items": [ |
268 { | 268 { |
269 "title": "FAQ", | 269 "title": "FAQ", |
270 "href": "/apps/faq.html" | 270 "href": "/apps/faq" |
271 }, | 271 }, |
272 { | 272 { |
273 "title": "Google Groups", | 273 "title": "Google Groups", |
274 "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" |
275 }, | 275 }, |
276 { | 276 { |
277 "title": "Stack Overflow", | 277 "title": "Stack Overflow", |
278 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" | 278 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app" |
279 } | 279 } |
280 ] | 280 ] |
281 } | 281 } |
282 ] | 282 ] |
OLD | NEW |