Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / json / apps_sidenav.json
blob0d6d1cdecbd47c059a6cf31b91fb57fdc027dd40
2   {
3     "title": "Discover",
4     "items": [
5       {
6         "title": "What Are Chrome Apps?",
7         "href": "/apps/about_apps.html"
8       }
9     ]
10   },
11   {
12     "title": "Develop",
13     "items": [
14       {
15         "title": "Create Your First App",
16         "href": "/apps/first_app.html"
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.html"
29               },
30               {
31                 "title": "1 - Set Up Development Environment",
32                 "href": "/apps/app_codelab1_setup.html"
33               },
34               {
35                 "title": "2 - Create Basic App",
36                 "href": "/apps/app_codelab2_basic.html"
37               },
38               {
39                 "title": "3 - Create MVC",
40                 "href": "/apps/app_codelab3_mvc.html"
41               },
42               {
43                 "title": "4 - Save and Fetch Data",
44                 "href": "/apps/app_codelab5_data.html"
45               },
46               {
47                 "title": "5 - Manage App Lifecycle",
48                 "href": "/apps/app_codelab6_lifecycle.html"
49               },
50               {
51                 "title": "6 - Access User's Data",
52                 "href": "/apps/app_codelab7_useridentification.html"
53               },
54               {
55                 "title": "7 - Access Web Resources",
56                 "href": "/apps/app_codelab8_webresources.html"
57               },
58               {
59                 "title": "8 - Publish App",
60                 "href": "/apps/app_codelab_10_publishing.html"
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.html"
71               },
72               {
73                 "title": "Build Apps with AngularJS",
74                 "href": "/apps/angular_framework.html"
75               },
76               {
77                 "title": "Build Apps with Sencha Ext JS",
78                 "href": "/apps/sencha_framework.html"
79               }
80             ]
81           }
82         ]
83       },
84       {
85         "title": "Chrome App Concepts",
86         "toggleable": true,
87         "items": [
88           {
89             "title": "The Fundamentals",
90             "toggleable": true,
91             "items": [
92               {
93                 "title": "App Architecture",
94                 "href": "/apps/app_architecture.html"
95               },
96               {
97                 "title": "App Lifecycle",
98                 "href": "/apps/app_lifecycle.html"
99               },
100               {
101                 "title": "Offline First",
102                 "href": "/apps/offline_apps.html"
103               },
104               {
105                 "title": "External Content",
106                 "href": "/apps/app_external.html"
107               }
108             ]
109           },
110           {
111             "title": "Security",
112             "toggleable": true,
113             "items": [
114               {
115                 "title": "Content Security Policy",
116                 "href": "/apps/contentSecurityPolicy.html"
117               }
118             ]
119           },
120           {
121             "title": "Cloud-Enable Your App",
122             "toggleable": true,
123             "items": [
124               {
125                 "title": "Cloud Messaging",
126                 "toggleable": true,
127                 "items": [
128                   {
129                     "title": "About Cloud Messaging",
130                     "href": "/apps/cloudMessaging.html"
131                   },
132                   {
133                     "title": "Client Reference",
134                     "href": "/apps/pushMessaging.html"
135                   },
136                   {
137                     "title": "Service Reference",
138                     "href": "/apps/gcm_server.html"
139                   },
140                   {
141                     "title": "Terms of Service",
142                     "href": "/apps/gcm_tos.html"
143                   }
144                 ]
145               },
146               {
147                 "title": "Cloud Storage",
148                 "toggleable": true,
149                 "items": [
150                   {
151                     "title": "chrome.storage",
152                     "href": "/apps/storage.html"
153                   }
154                 ]
155               },
156               {
157                 "title": "User Authentication",
158                 "href": "/apps/app_identity.html"
159               }
160             ]
161           },
162           {
163             "title": "Store and Retrieve Data",
164             "toggleable": true,
165             "items": [
166               {
167                 "title": "Storage APIs",
168                 "href": "/apps/app_storage.html"
169               }
170             ]
171           },
172           {
173             "title": "Use Low-Level System Services",
174             "toggleable": true,
175             "items": [
176               {
177                 "title": "USB",
178                 "href": "/apps/app_usb.html"
179               },
180               {
181                 "title": "Serial",
182                 "href": "/apps/app_serial.html"
183               },
184               {
185                 "title": "Network Communications",
186                 "href": "/apps/app_network.html"
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.html"
197               }
198             ]
199           }
200         ]
201       }
202     ]
203   },
204   {
205     "title": "Distribute",
206     "items": [
207       {
208         "title": "Publish Your App",
209         "href": "/apps/publish_app.html"
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.html"
218           }
219         ]
220       },
221       {
222         "title": "Analytics",
223         "href": "/apps/analytics.html"
224       }
225     ]
226   },
227   {
228     "title": "Reference",
229     "items": [
230       {
231         "title": "Chrome Platform APIs",
232         "href": "/apps/api_index.html"
233       },
234       {
235         "title": "Webview Tag",
236         "href": "/apps/tags/webview.html"
237       },
238       {
239         "title": "Web APIs",
240         "href": "/apps/api_other.html"
241       },
242       {
243         "title": "Manifest File Format",
244         "href": "/apps/manifest.html"
245       },
246       {
247         "title": "Disabled Web Features",
248         "href": "/apps/app_deprecated.html"
249       }
250     ]
251   },
252   {
253     "title": "Samples",
254     "items": [
255       {
256         "title": "Sample Apps",
257         "href": "/apps/samples.html"
258       }
259     ]
260   },
261   {
262     "title": "Help",
263     "items": [
264       {
265         "title": "FAQ",
266         "href": "/apps/faq.html"
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   }