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