Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / json / chrome_sidenav.json
1 [
2   {
3     "title": "Explore",
4     "items": [
5       {
6         "title": "Apps",
7         "items": [
8           {
9             "title": "Learn Basics",
10             "href": "/apps/first_app",
11             "items": [
12               {
13                 "title": "Create Your First App",
14                 "href": "/apps/first_app"
15               },
16               {
17                 "title": "App Architecture",
18                 "href": "/apps/app_architecture"
19               },
20               {
21                 "title": "App Lifecycle",
22                 "href": "/apps/app_lifecycle"
23               },
24               {
25                 "title": "Content Security Policy",
26                 "href": "/apps/contentSecurityPolicy"
27               }
28             ]
29           },
30           {
31             "title": "Learn with Codelab",
32             "href": "/apps/app_codelab1_setup",
33             "items": [
34               {
35                 "title": "1 - Set Up Development Environment",
36                 "href": "/apps/app_codelab1_setup"
37               },
38               {
39                 "title": "2 - Create Basic App",
40                 "href": "/apps/app_codelab2_basic"
41               },
42               {
43                 "title": "3 - Create MVC",
44                 "href": "/apps/app_codelab3_mvc"
45               },
46               {
47                 "title": "4 - Save & Fetch Data",
48                 "href": "/apps/app_codelab5_data"
49               },
50               {
51                 "title": "5 - Manage App Lifecycle",
52                 "href": "/apps/app_codelab6_lifecycle"
53               },
54               {
55                 "title": "6 - Access User's Data",
56                 "href": "/apps/app_codelab7_useridentification"
57               },
58               {
59                 "title": "7 - Access Web Resources",
60                 "href": "/apps/app_codelab8_webresources"
61               },
62               {
63                 "title": "8 - Publish App",
64                 "href": "/apps/app_codelab_10_publishing"
65               }
66             ]
67           },
68           {
69             "title": "Samples",
70             "href": "/apps/samples"
71           },
72           {
73             "title": "Develop in the Cloud",
74             "href": "/apps/offline_apps",
75       "items": [
76               {
77                 "title": "Offline First",
78                 "href": "/apps/offline_apps"
79               },
80               {
81                 "title": "Handling External Content",
82                 "href": "/apps/app_external"
83               },
84               {
85                 "title": "Storing Data",
86                 "href": "/apps/app_storage"
87               },
88               {
89                 "title": "Cloud Messaging",
90                 "href": "/apps/cloudMessaging"
91               },
92               {
93                 "title": "User Authentication",
94                 "href": "/apps/app_identity"
95               }
96             ]
97           }, 
98           {
99             "title": "User Low-Level System Services",
100             "href": "/apps/app_usb",
101             "items": [
102               {
103                 "title": "USB",
104                 "href": "/apps/app_usb"
105               },
106               {
107                 "title": "Serial",
108                 "href": "/apps/app_serial"
109               },
110               {
111                 "title": "Network Communications",
112                 "href": "/apps/app_network"
113               }
114             ]
115           },
116           {
117             "title": "MVC Architecture & Frameworks",
118             "href": "/apps/app_frameworks",
119       "items": [
120               {
121                 "title": "About MVC Architecture",
122                 "href": "/apps/app_frameworks"
123               },
124               {
125                 "title": "Build Apps with AngularJS",
126                 "href": "/apps/angular_framework"
127               },
128               {
129                 "title": "Build Apps with SenchaJS",
130                 "href": "/apps/sencha_framework"
131               }
132             ]
133           },
134           {   
135             "title": "Distribute Apps",
136             "href": "/apps/publish_app",
137             "items": [
138               {
139                 "title": "Publish Your App",
140                 "href": "/apps/publish_app"
141               },
142               {
143                 "title": "Monetize Your App",
144                 "href": "/apps/google_wallet"
145               },
146               {
147                 "title": "Analytics",
148                 "href": "/apps/analytics"
149               }
150             ]
151           },
152           {
153             "title": "Reference",
154             "href": "/apps/api_index",
155             "items": [
156               {
157                 "title": "Chrome Platform APIs",
158                 "href": "/apps/api_index"
159               },
160               {
161                 "title": "Webview Tag",
162                 "href": "/apps/tags/webview"
163               },
164               {
165                 "title": "Web APIs",
166                 "href": "/apps/api_other"
167               },
168               {
169                 "title": "Manifest File Format",
170                 "href": "/apps/manifest"
171               },
172               {
173                 "title": "Disabled Web Features",
174                 "href": "/apps/app_deprecated"
175               }
176             ]
177           },
178           {
179             "title": "Help",
180             "href": "/apps/faq",
181             "items": [
182               {
183                 "title": "FAQ",
184                 "href": "/apps/faq"
185               },
186               {
187                 "title": "Google Groups",
188                 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium-apps"
189               },
190               {
191                 "title": "Stack Overflow",
192                 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app"
193               }
194             ]
195           }
196         ]
197       },
198       {
199         "title": "Extensions",
200         "items": [
201           {
202             "title": "Learn Basics",
203             "href": "/extensions/overview",
204             "items": [
205               {
206                 "title": "Overview",
207                 "href": "/extensions/overview"
208               },              
209               {
210                 "title": "Event Pages",
211                 "href": "/extensions/event_pages"
212               },
213               {
214                 "title": "Content Scripts",
215                 "href": "/extensions/content_scripts"
216               },
217               {
218                 "title": "activeTab Permission",
219                 "href": "/extensions/activeTab"
220               }
221             ]
222           },
223           {
224             "title": "Getting Started Tutorial",
225             "href": "/extensions/getstarted"
226           },
227           {
228             "title": "Samples",
229             "href": "/extensions/samples"
230           },
231           {
232             "title": "Develop Extensions",
233             "href": "/extensions/tut_migration_to_manifest_v2",
234             "items": [
235               {
236                 "title": "Accessibility",
237                 "href": "/extensions/a11y"
238               },
239               {
240                 "title": "Content Security Policy",
241                 "href": "/extensions/contentSecurityPolicy"
242               },
243               {
244                 "title": "Cross-Origin XHR",
245                 "href": "/extensions/xhr"
246               },
247               {
248                 "title": "Debugging",
249                 "href": "/extensions/tut_debugging"
250               },
251               {
252                 "title": "Internationalization",
253                 "href": "/extensions/i18n"
254               },
255               {
256                 "title": "Message Passing",
257                 "href": "/extensions/messaging"
258               },
259               {
260                 "title": "Migrate to Manifest 2",
261                 "href": "/extensions/tut_migration_to_manifest_v2"
262               },
263               {
264                 "title": "OAuth",
265                 "href": "/extensions/tut_oauth"
266               }
267             ]
268           },
269           {
270             "title": "Distribute Extensions",
271             "href": "/extensions/hosting",
272             "items": [
273               {
274                 "title": "Hosting",
275                 "href": "/extensions/hosting"
276               },
277               {
278                 "title": "Packaging",
279                 "href": "/extensions/packaging"
280               },
281               {
282                 "title": "Autoupdating",
283                 "href": "/extensions/autoupdate"
284               },
285               {
286                 "title": "Other Deployment Options",
287                 "href": "/extensions/external_extensions"
288               },
289               {
290                 "title": "Google Analytics",
291                 "href": "/extensions/tut_analytics"
292               },
293               {
294                 "title": "Publishing Themes",
295                 "href": "/extensions/themes"
296               }
297             ]
298           },
299           {
300             "title": "Reference",
301             "href": "/extensions/api_index",
302             "items": [
303               {
304                 "title": "What's New?",
305                 "href": "/extensions/whats_new"
306               },
307               {
308                 "title": "Chrome Platform APIs",
309                 "href": "/extensions/api_index"
310               },
311               {
312                 "title": "Web APIs",
313                 "href": "/extensions/api_other"
314               },
315               {
316                 "title": "Manifest File Format",
317                 "href": "/extensions/manifest"
318               },
319               {
320                 "title": "Permission Warnings",
321                 "href": "/extensions/permission_warnings"
322               },
323               {
324                 "title": "Optional Permissions",
325                 "href": "/extensions/permissions"
326               },
327               {
328                 "title": "Match Patterns",
329                 "href": "/extensions/match_patterns"
330               }
331             ]
332           },
333           {
334             "title": "Help",
335             "href": "/extensions/faq",
336             "items": [
337               {
338                 "title": "FAQ",
339                 "href": "/extensions/faq"
340               },
341               {  
342                 "title": "Google Groups",
343                 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium-extensions"
344               },
345               {
346                 "title": "Stack Overflow",
347                 "href": "http://stackoverflow.com/tags/google-chrome-extension/info"
348               }
349             ]
350           }
351         ]
352       }
353     ]
354   }
355 ]