Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / json / chrome_sidenav.json
blob518d9c472a8205da072e322f216316ea441013d4
2   {
3     "title": "Devtools",
4     "items": [
5       {
6         "title": "Learn Basics",
7         "href": "/devtools",
8         "items": [
9           {
10             "title": "Overview",
11             "href": "/devtools"
12           },
13           {
14             "title": "Development Workflow",
15             "href": "/devtools/docs/authoring-development-workflow"
16           },
17           {
18             "title": "Using the Console",
19             "href": "/devtools/docs/console"
20           },
21           {
22             "title": "Tips & Tricks",
23             "href": "/devtools/docs/tips-and-tricks"
24           },
25           {
26             "title": "Additional Resources",
27             "href": "/devtools/docs/videos",
28             "items": [
29               {
30                 "title": "Videos",
31                 "href": "/devtools/docs/videos"
32               },
33               {
34                 "title": "Blog Posts",
35                 "href": "/devtools/docs/blog-posts"
36               },
37               {
38                 "title": "Mailing List",
39                 "href": "https://groups.google.com/forum/?fromgroups#!forum/google-chrome-developer-tools"
40               },
41               {
42                 "title": "Contributing to DevTools",
43                 "href": "/devtools/docs/contributing"
44               }
45             ]
46           }
47         ]
48       },
49       {
50         "title": "Use Tools",
51         "href": "/devtools/docs/dom-and-styles",
52         "items": [
53           {
54             "title": "Inspecting & Tweaking",
55             "href": "/devtools/docs/dom-and-styles",
56             "items": [
57               {
58                 "title": "Editing Styles and the DOM",
59                 "href": "/devtools/docs/dom-and-styles"
60               },
61               {
62                 "title": "Working with CSS Preprocessors",
63                 "href": "/devtools/docs/css-preprocessors"
64               },
65               {
66                 "title": "Managing Application Storage",
67                 "href": "/devtools/docs/resource-panel"
68               }
69             ]
70           },
71           {
72             "title": "Debugging JavaScript",
73             "href": "/devtools/docs/javascript-debugging"
74           },
75           {
76             "title": "Device Mode & Mobile Emulation",
77             "href": "/devtools/docs/device-mode"
78           },
79           {
80             "title": "Remote Debugging on Android",
81             "href": "/devtools/docs/remote-debugging"
82           },
83           {
84             "title": "Saving Changes with Workspaces",
85             "href": "/devtools/docs/workspaces"
86           }
87         ]
88       },
89       {
90         "title": "Performance & Profiling",
91         "href": "/devtools/docs/network", 
92         "items": [
93           {
94             "title": "Evaluating Network Performance",
95             "href": "/devtools/docs/network"
96           },
97           {
98             "title": "Using the Timeline",
99             "href": "/devtools/docs/timeline"
100           },
101           {
102             "title": "Timeline Demo: Layout Thrashing",
103             "href": "/devtools/docs/demos/too-much-layout/index"
104           },
105           {
106             "title": "Profiling JavaScript Performance",
107             "href": "/devtools/docs/cpu-profiling"
108           },
109           {
110             "title": "JavaScript Memory Profiling",
111             "href": "/devtools/docs/javascript-memory-profiling",
112             "items": [
113               {
114                 "title": "JavaScript Memory Profiling",
115                 "href": "/devtools/docs/javascript-memory-profiling"
116               },
117               {
118                 "title": "Demos",
119                 "href": "/devtools/docs/heap-profiling-summary"
120               }
121             ]
122           }
123         ]
124       },
125       {
126         "title": "Reference",
127         "href": "/devtools/docs/console-api",
128         "items": [
129           {
130             "title": "Console API Reference",
131             "href": "/devtools/docs/console-api"
132           },
133           {
134             "title": "Command Line API Reference",
135             "href": "/devtools/docs/commandline-api"
136           },
137           {
138             "title": "Integrating with DevTools & Chrome",
139             "href": "/devtools/docs/integrating"
140           },  
141           {
142             "title": "DevTools Extensions API",
143             "href": "/extensions/devtools",
144             "items": [
145               {
146                 "title": "Sample DevTools Extensions",
147                 "href": "/devtools/docs/sample-extensions"
148               }
149             ]
150           },
151           {
152             "title": "Keyboard Shortcuts",
153             "href": "/devtools/docs/shortcuts"
154           },
155           {
156             "title": "Settings",
157             "href": "/devtools/docs/settings"
158           },
159           {
160             "title": "Remote Debugging Protocol",
161             "href": "/devtools/docs/debugger-protocol",
162             "items": [
163               {
164                 "title": "Showcase Debugging Protocol Clients",
165                 "href": "/devtools/docs/debugging-clients"
166               },
167               {
168                 "title": "Version 1.1 (Stable)",
169                 "href": "/devtools/docs/protocol/1.1/index"
170               },
171               {
172                 "title": "Tip-of-tree (Unstable)",
173                 "href": "https://chromedevtools.github.io/debugger-protocol-viewer/"
174               },
175               {
176                 "title": "Version 1.0",
177                 "href": "/devtools/docs/protocol/1.0/index"
178               },
179               {
180                 "title": "Version .1",
181                 "href": "/devtools/docs/protocol/0.1/index"
182               }
183             ]
184           }
185         ]
186       }
187     ]
188   },
189   {
190     "title": "Multi-device",
191     "items": [
192       {
193         "title": "Getting Started",
194         "href": "/multidevice",
195         "items": [
196           {
197             "title": "Chrome for a Multi-Device World",
198             "href": "/multidevice"
199           },
200           {
201             "title": "Data Compression Proxy",
202             "href": "/multidevice/data-compression"
203           },
204           {
205             "title": "User Agents",
206             "href": "/multidevice/user-agent"
207           },
208           {
209             "title": "Mobile Emulation",
210             "href": "/devtools/docs/mobile-emulation"
211           },
212           {
213             "title": "Remote Debugging",
214             "href": "/devtools/docs/remote-debugging"
215           },
216           {
217             "title": "FAQ",
218             "href": "/multidevice/faq"
219           }
220         ]
221       },
222       {
223         "title": "Chrome for Android",
224         "href": "/multidevice/android/overview",
225         "items": [
226           {
227             "title": "Overview",
228             "href": "/multidevice/android/overview"
229           },
230           {
231             "title": "Android Intents with Chrome",
232             "href": "/multidevice/android/intents"
233           },
234           {
235             "title": "Add to Homescreen",
236             "href": "/multidevice/android/installtohomescreen"
237           },
238           {
239             "title": "Chrome Custom Tabs",
240             "href": "/multidevice/android/customtabs"
241           }
242         ]
243       },
244       {
245         "title": "Chrome WebView",
246         "href": "/multidevice/webview/overview",
247         "items": [
248           {
249             "title": "WebView for Android",
250             "href": "/multidevice/webview/overview"
251           },
252           {
253             "title": "Getting Started",
254             "href": "/multidevice/webview/gettingstarted"
255           },
256           {
257             "title": "Pixel-Perfect UI",
258             "href": "/multidevice/webview/pixelperfect"
259           },
260           {
261             "title": "WebView Workflow",
262             "href": "/multidevice/webview/workflow"
263           },
264           {
265             "title": "Tips & Tricks",
266             "href": "/multidevice/webview/tipsandtricks"
267           }
268         ]
269       },
270       {
271         "title": "Chrome for iOS",
272         "href": "/multidevice/ios/overview",
273         "items": [
274           {
275             "title": "Overview",
276             "href": "/multidevice/ios/overview"
277           },
278           {
279             "title": "Opening Links in Chrome",
280             "href": "/multidevice/ios/links"
281           },
282           {
283             "title": "Case Studies",
284             "href": "/multidevice/ios/case-studies",
285             "items": [
286               {
287                 "title": "Case Studies",
288                 "href": "/multidevice/ios/case-studies"
289               },
290               {
291                 "title": "Pocket",
292                 "href": "/multidevice/ios/pocket"
293               },
294               {
295                 "title": "Feedly",
296                 "href": "/multidevice/ios/feedly"
297               }
298             ]
299           }
300         ]
301       }
302     ]
303   },
304   {
305     "title": "Platform",
306     "items": [
307       {
308         "title": "Apps",
309         "href": "/apps/about_apps",
310         "items": [
311           {
312             "title": "Learn Basics",
313             "href": "/apps/about_apps",
314             "items": [
315               {
316                 "title": "What Are Chrome Apps?",
317                 "href": "/apps/about_apps"
318               },
319               {
320                 "title": "Create Your First App",
321                 "href": "/apps/first_app"
322               },
323               {
324                 "title": "App Architecture",
325                 "href": "/apps/app_architecture"
326               },
327               {
328                 "title": "App Lifecycle",
329                 "href": "/apps/app_lifecycle"
330               },
331               {
332                 "title": "Content Security Policy",
333                 "href": "/apps/contentSecurityPolicy"
334               }
335             ]
336           },
337           {
338             "title": "Learn with Codelab",
339             "href": "/apps/app_codelab_intro",
340             "items": [
341               {
342                 "title": "Intro - Build Chrome App",
343                 "href": "/apps/app_codelab_intro"
344               },
345               {
346                 "title": "1 - Create and run a Chrome App",
347                 "href": "/apps/app_codelab_basics"
348               },
349               {
350                 "title": "2 - Import an existing web app",
351                 "href": "/apps/app_codelab_import_todomvc"
352               },
353               {
354                 "title": "3 - Add alarms and notifications",
355                 "href": "/apps/app_codelab_alarms"
356               },
357               {
358                 "title": "4 - Open external links with a webview",
359                 "href": "/apps/app_codelab_webview"
360               },
361               {
362                 "title": "5 - Add images from the web",
363                 "href": "/apps/app_codelab_images"
364               },
365               {
366                 "title": "6 - Export todos to the filesystem",
367                 "href": "/apps/app_codelab_filesystem"
368               },
369               {
370                 "title": "7 - Publish your app",
371                 "href": "/apps/app_codelab_publish"
372               }
373             ]
374           },
375           {
376             "title": "Run Chrome Apps on Mobile",
377             "href": "/apps/chrome_apps_on_mobile"
378           },
379           {
380             "title": "Run Android Apps on Chrome OS",
381             "href": "/apps/getstarted_arc",
382             "items": [
383               {
384                 "title": "Getting Started With ARC",
385                 "href": "/apps/getstarted_arc"
386               },
387               {
388                 "title": "Enable Play Services in Your ARC App",
389                 "href": "/apps/arc_playservices"
390               },
391               {
392                 "title": "In-app Purchases for ARC Apps",
393                 "href": "/apps/arc_in_app_payments"
394               }
395             ]
396           },
397           {
398             "title": "Samples",
399             "href": "/apps/samples"
400           },
401           {
402             "title": "Develop in the Cloud",
403             "href": "/apps/offline_apps",
404             "items": [
405               {
406                 "title": "Offline First",
407                 "href": "/apps/offline_apps"
408               },
409               {
410                 "title": "Handling External Content",
411                 "href": "/apps/app_external"
412               },
413               {
414                 "title": "Storing Data",
415                 "href": "/apps/app_storage"
416               },
417               {
418                 "title": "Managing Offline Storage",
419                 "href": "/apps/offline_storage"
420               },
421               {
422                 "title": "Native Messaging",
423                 "href": "/apps/nativeMessaging"
424               },  
425               {
426                 "title": "Rich Notifications",
427                 "href": "/apps/richNotifications"
428               },
429               {
430                 "title": "User Authentication",
431                 "href": "/apps/app_identity"
432               }
433             ]
434           },
435           {
436             "title": "User Low-Level System Services",
437             "href": "/apps/app_usb",
438             "items": [
439               {
440                 "title": "USB",
441                 "href": "/apps/app_usb"
442               },
443               {
444                 "title": "Serial",
445                 "href": "/apps/app_serial"
446               },
447               {
448                 "title": "Network Communications",
449                 "href": "/apps/app_network"
450               },
451               {
452                 "title": "Bluetooth",
453                 "href": "/apps/app_bluetooth"
454               }
455             ]
456           },
457           {
458             "title": "MVC Architecture & Frameworks",
459             "href": "/apps/app_frameworks",
460             "items": [
461               {
462                 "title": "About MVC Architecture",
463                 "href": "/apps/app_frameworks"
464               },
465               {
466                 "title": "Build Apps with AngularJS",
467                 "href": "/apps/angular_framework"
468               },
469               {
470                 "title": "Build Apps with SenchaJS",
471                 "href": "/apps/sencha_framework"
472               },
473               {
474                 "title": "Game Engines",
475                 "href": "/apps/game_engines"
476               }
477             ]
478           },
479           {
480             "title": "Distribute Apps",
481             "href": "/apps/publish_app",
482             "items": [
483               {
484                 "title": "Publish Your App",
485                 "href": "/apps/publish_app"
486               },
487               {
488                 "title": "Monetize Your App",
489                 "href": "/webstore/payments-iap"
490               },
491               {
492                 "title": "One-Time Payments",
493                 "href": "/webstore/one_time_payments"
494               },
495               {
496                 "title": "Analytics",
497                 "href": "/apps/analytics"
498               }
499             ]
500           },
501           {
502             "title": "Chrome Platform APIs",
503             "href": "/apps/api_index",
504             "items": [
505               {
506                 "title": "JavaScript APIs",
507                 "href": "/apps/api_index"
508               },
509               {
510                 "title": "Manifest File Format",
511                 "href": "/apps/manifest"
512               },
513               {
514                 "title": "Webview Tag",
515                 "href": "/apps/tags/webview"
516               },
517               {
518                 "title": "Appview Tag",
519                 "href": "/apps/tags/appview"
520               },
521               {
522                 "title": "Web APIs",
523                 "href": "/apps/api_other"
524               },
525               {
526                 "title": "Disabled Web Features",
527                 "href": "/apps/app_deprecated"
528               }
529             ]
530           },
531           {
532             "title": "Help",
533             "href": "/apps/faq",
534             "items": [
535               {
536                 "title": "FAQ",
537                 "href": "/apps/faq"
538               },
539               {
540                 "title": "Google Groups",
541                 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium-apps"
542               },
543               {
544                 "title": "Stack Overflow",
545                 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app"
546               }
547             ]
548           }
549         ]
550       },
551       {
552         "title": "Extensions",
553         "href": "/extensions",
554         "items": [
555           {
556             "title": "Learn Basics",
557             "href": "/extensions",
558             "items": [
559               {
560                 "title": "Overview",
561                 "href": "/extensions/overview"
562               },
563               {
564                 "title": "Hosting Changes",
565                 "href": "/extensions/hosting_changes"
566               },
567               {
568                 "title": "Extension Quality Guidelines FAQ",
569                 "href": "/extensions/single_purpose"
570               },
572               {
573                 "title": "Event Pages",
574                 "href": "/extensions/event_pages"
575               },
576               {
577                 "title": "Content Scripts",
578                 "href": "/extensions/content_scripts"
579               },
580               {
581                 "title": "activeTab Permission",
582                 "href": "/extensions/activeTab"
583               },
584               {
585                 "title": "What's New?",
586                 "href": "/extensions/whats_new"
587               }
588             ]
589           },
590           {
591             "title": "Getting Started Tutorial",
592             "href": "/extensions/getstarted"
593           },
594           {
595             "title": "Samples",
596             "href": "/extensions/samples"
597           },
598           {
599             "title": "Develop Extensions",
600             "href": "/extensions/tut_migration_to_manifest_v2",
601             "items": [
602               {
603                 "title": "Accessibility",
604                 "href": "/extensions/a11y"
605               },
606               {
607                 "title": "Content Security Policy",
608                 "href": "/extensions/contentSecurityPolicy"
609               },
610               {
611                 "title": "Cross-Origin XHR",
612                 "href": "/extensions/xhr"
613               },
614               {
615                 "title": "Debugging",
616                 "href": "/extensions/tut_debugging"
617               },
618               {
619                 "title": "Internationalization",
620                 "href": "/extensions/i18n"
621               },
622               {
623                 "title": "Message Passing",
624                 "href": "/extensions/messaging"
625               },
626               {
627                 "title": "Native Messaging",
628                 "href": "/extensions/nativeMessaging"
629               },
630               {
631                 "title": "Migrate to Manifest 2",
632                 "href": "/extensions/tut_migration_to_manifest_v2"
633               },
634               {
635                 "title": "OAuth",
636                 "href": "/extensions/tut_oauth"
637               },
638               {
639                 "title": "Options",
640                 "href": "/extensions/options"
641               },
642               { 
643                 "title": "Options Version 2",
644                 "href": "/extensions/optionsV2"
645               }
646             ]
647           },
648           {
649             "title": "Distribute Extensions",
650             "href": "/extensions/hosting",
651             "items": [
652               {
653                 "title": "Hosting",
654                 "href": "/extensions/hosting"
655               },
656               {
657                 "title": "Packaging",
658                 "href": "/extensions/packaging"
659               },
660               {
661                 "title": "One-Time Payments",
662                 "href": "/webstore/one_time_payments"
663               },
664               {
665                 "title": "Autoupdating",
666                 "href": "/extensions/autoupdate"
667               },
668               {
669                 "title": "Other Deployment Options",
670                 "href": "/extensions/external_extensions"
671               },
672               {
673                 "title": "Google Analytics",
674                 "href": "/extensions/tut_analytics"
675               },
676               {
677                 "title": "Publishing Themes",
678                 "href": "/extensions/themes"
679               }
680             ]
681           },
682           {
683             "title": "Chrome Platform APIs",
684             "href": "/extensions/api_index",
685             "items": [
686               {
687                 "title": "JavaScript APIs",
688                 "href": "/extensions/api_index"
689               },
690               {
691                 "title": "Manifest File Format",
692                 "href": "/extensions/manifest"
693               },
694               {
695                 "title": "Web APIs",
696                 "href": "/extensions/api_other"
697               },
698               {
699                 "title": "Permission Warnings",
700                 "href": "/extensions/permission_warnings"
701               },
702               {
703                 "title": "Optional Permissions",
704                 "href": "/extensions/permissions"
705               },
706               {
707                 "title": "Match Patterns",
708                 "href": "/extensions/match_patterns"
709               }
710             ]
711           },
712           {
713             "title": "Help",
714             "href": "/extensions/faq",
715             "items": [
716               {
717                 "title": "FAQ",
718                 "href": "/extensions/faq"
719               },
720               {
721                 "title": "Google Groups",
722                 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium-extensions"
723               },
724               {
725                 "title": "Stack Overflow",
726                 "href": "http://stackoverflow.com/tags/google-chrome-extension/info"
727               }
728             ]
729           }
730         ]
731       },
732       {
733         "title": "Native Client",
734         "href": "/native-client",
735         "items": [
736           {
737             "title": "Learn Basics",
738             "href": "/native-client",
739             "items": [
740               {
741                 "title": "Technical Overview",
742                 "href": "/native-client/overview"
743               },
744               {
745                 "title": "NaCl and PNaCl",
746                 "href": "/native-client/nacl-and-pnacl"
747               }
748             ]
749           },
750           {
751             "title": "Download the SDK",
752             "href": "/native-client/sdk/download",
753             "items": [
754               {
755                 "title": "Download the Native Client SDK",
756                 "href": "/native-client/sdk/download"
757               },
758               {
759                 "title": "Examples",
760                 "href": "/native-client/sdk/examples"
761               },
762               {
763                 "title": "Release Notes",
764                 "href": "/native-client/sdk/release-notes"
765               }
766             ]
767           },
768           {
769             "title": "Tutorial",
770             "href": "/native-client/devguide/tutorial/tutorial-part1",
771             "items": [
772               {
773                 "title": "Part 1: Simple PNaCl Web App",
774                 "href": "/native-client/devguide/tutorial/tutorial-part1"
775               },
776               {
777                 "title": "Part 2: SDK Build System and Chrome Apps",
778                 "href": "/native-client/devguide/tutorial/tutorial-part2"
779               },
780               {
781                 "title": "Chrome Dev Summit 2014 - Codelabs",
782                 "href": "/native-client/cds2014"
783               }
784             ]
785           },
786           {
787             "title": "Development Cycle",
788             "href": "/native-client/devguide/devcycle/building",
789             "items": [
790               {
791                 "title": "Building",
792                 "href": "/native-client/devguide/devcycle/building"
793               },
794               {
795                 "title": "Running",
796                 "href": "/native-client/devguide/devcycle/running"
797               },
798               {
799                 "title": "Debugging",
800                 "href": "/native-client/devguide/devcycle/debugging"
801               },
802               {
803                 "title": "Debugging with Visual Studio",
804                 "href": "/native-client/devguide/devcycle/vs-addin"
805               },
806               {
807                 "title": "Dynamic Linking and Loading with GlibC",
808                 "href": "/native-client/devguide/devcycle/dynamic-loading"
809               }
810             ]
811           },
812           {
813             "title": "Coding Your Application",
814             "href": "/native-client/devguide/coding/application-structure",
815             "items": [
816               {
817                 "title": "Application Structure",
818                 "href": "/native-client/devguide/coding/application-structure"
819               },
820               {
821                 "title": "Native Client Modules",
822                 "href": "/native-client/devguide/coding/native-client-modules"
823               },
824               {
825                 "title": "3D Graphics",
826                 "href": "/native-client/devguide/coding/3D-graphics"
827               },
828               {
829                 "title": "Audio",
830                 "href": "/native-client/devguide/coding/audio"
831               },
832               {
833                 "title": "File I/O",
834                 "href": "/native-client/devguide/coding/file-io"
835               },
836               {
837                 "title": "The nacl_io Library",
838                 "href": "/native-client/devguide/coding/nacl_io"
839               },
840               {
841                 "title": "Messaging System",
842                 "href": "/native-client/devguide/coding/message-system"
843               },
844               {
845                 "title": "Progress Events",
846                 "href": "/native-client/devguide/coding/progress-events"
847               },
848               {
849                 "title": "URL Loading",
850                 "href": "/native-client/devguide/coding/url-loading"
851               },
852               {
853                 "title": "View Change, Focus, & Input Events",
854                 "href": "/native-client/devguide/coding/view-focus-input-events"
855               }
856             ]
857           },
858           {
859             "title": "Distribute Your Apps",
860             "href": "/native-client/devguide/distributing"
861           },
862           {
863             "title": "Pepper API Reference",
864             "href": "/native-client/c-api",
865             "items": [
866               {
867                 "title": "Pepper C API (Stable)",
868                 "href": "/native-client/c-api"
869               },
870               {
871                 "title": "Pepper C++ API (Stable)",
872                 "href": "/native-client/cpp-api"
873               },
874               {
875                 "title": "Pepper C API (Beta)",
876                 "href": "/native-client/c-api-beta"
877               },
878               {
879                 "title": "Pepper C++ API (Beta)",
880                 "href": "/native-client/cpp-api-beta"
881               },
882               {
883                 "title": "Pepper C API (Dev)",
884                 "href": "/native-client/c-api-dev"
885               },
886               {
887                 "title": "Pepper C++ API (Dev)",
888                 "href": "/native-client/cpp-api-dev"
889               }
890             ]
891           },
892           {
893             "title": "Additional Reference & Versions",
894             "href": "/native-client/glossary",
895             "items": [
896               {
897                 "title": "Glossary",
898                 "href": "/native-client/glossary"
899               },
900               {
901                 "title": "Contributor Ideas",
902                 "href": "/native-client/reference/ideas"
903               },
904               {
905                 "title": "Native Client Manifest (nmf) Format",
906                 "href": "/native-client/reference/nacl-manifest-format"
907               },
908               {
909                 "title": "Contents of PNaCl Bitcode Files",
910                 "href": "/native-client/reference/pnacl-bitcode-manual"
911               },
912               {
913                 "title": "PNaCl Bitcode Reference Manual",
914                 "href": "/native-client/reference/pnacl-bitcode-abi"
915               },
916               {
917                 "title": "PNaCl Undefined Behavior",
918                 "href": "/native-client/reference/pnacl-undefined-behavior"
919               },
920               {
921                 "title": "PNaCl C/C++ Language Support",
922                 "href": "/native-client/reference/pnacl-c-cpp-language-support"
923               },
924               {
925                 "title": "Sandbox Internals",
926                 "href": "/native-client/reference/sandbox_internals/index",
927                 "items": [
928                     {
929                       "title": "ARM 32-bit Sandbox",
930                       "href": "/native-client/reference/sandbox_internals/arm-32-bit-sandbox"
931                     },
932                     {
933                       "title": "x86-64 Sandbox",
934                       "href": "/native-client/reference/sandbox_internals/x86-64-sandbox"
935                     }
936                 ]
937               },
938               {
939                 "title": "Design Documents",
940                 "href": "/native-client/reference/design-docs"
941               }
942             ]
943           },
944           {
945             "title": "Help",
946             "href": "/native-client/faq",
947             "items": [
948               {
949                 "title": "FAQ",
950                 "href": "/native-client/faq"
951               },
952               {
953                 "title": "Forums & Issues Tracker",
954                 "href": "/native-client/help"
955               },
956               {
957                 "title": "Publications & Presentations",
958                 "href": "/native-client/publications-and-presentations"
959               },
960               {
961                 "title": "Security Contest Archive",
962                 "href": "/native-client/community/security-contest/index"
963               }
964             ]
965           }
966         ]
967       },
968       {
969         "title": "Store",
970         "href": "/webstore",
971         "items": [
972           {
973             "title": "Distribution Overview",
974             "href": "/webstore"
975           },
976           {
977             "title": "What Is the Chrome Web Store?",
978             "href": "/webstore/about_webstore"
979           },
980           {
981             "title": "What Can You Publish?",
982             "href": "/webstore/overview"
983           },
984           {
985             "title": "Tutorial: Getting Started",
986             "href": "/webstore/get_started_simple"
987           },
988           {
989             "title": "Samples",
990             "href": "/webstore/samples"
991           },
992           {
993             "title": "Branding",
994             "href": "/webstore/branding",
995             "items": [
996               {
997                 "title": "Branding Guidelines",
998                 "href": "/webstore/branding"
999               },
1000               {
1001                 "title": "Supplying Images",
1002                 "href": "/webstore/images"
1003               }
1004             ]
1005           },
1006           {
1007             "title": "Monetizing",
1008             "href": "/webstore/money",
1009             "items": [
1010               {
1011                 "title": "Monetizing Your App",
1012                 "href": "/webstore/money"
1013               },
1014               {
1015                 "title": "Using Google Accounts",
1016                 "href": "/webstore/identify_user"
1017               },
1018               {
1019                 "title": "Checking for Payment",
1020                 "href": "/webstore/check_for_payment"
1021               },
1022               {
1023                 "title": "One-Time Payments",
1024                 "href": "/webstore/one_time_payments"
1025               },
1026               {
1027                 "title": "Pricing",
1028                 "href": "/webstore/pricing"
1029               }
1030             ]
1031           },
1032           {
1033             "title": "Publishing",
1034             "href": "/webstore/publish",
1035             "items": [
1036               {
1037                 "title": "Publishing Tutorial",
1038                 "href": "/webstore/publish"
1039               },
1040               {
1041                 "title": "Internationalizing Your App",
1042                 "href": "/webstore/i18n"
1043               },
1044               {
1045                 "title": "Using Inline Installation",
1046                 "href": "/webstore/inline_installation"
1047               },
1048               {
1049                 "title": "Rating Guidelines",
1050                 "href": "/webstore/rating"
1051               },
1052               {
1053                 "title": "Program Policies",
1054                 "href": "/webstore/program_policies"
1055               },
1056               {
1057                 "title": "Terms of Service",
1058                 "href": "/webstore/terms"
1059               }
1060             ]
1061           },
1062           {
1063             "title": "Help",
1064             "href": "/webstore/best_practices",
1065             "items": [
1066               {
1067                 "title": "Best Practices",
1068                 "href": "/webstore/best_practices"
1069               },
1070               {
1071                 "title": "FAQ",
1072                 "href": "/webstore/faq"
1073               },
1074               {
1075                 "title": "Google Groups",
1076                 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium-apps"
1077               },
1078               {
1079                 "title": "Articles",
1080                 "href": "/webstore/articles"
1081               }
1082             ]
1083           }
1084         ]
1085       }
1086     ]
1087   }