Adding the orphaned options pages to the navigation
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / json / chrome_sidenav.json
blobec8c38b8bc8f0106b0e0fa92b2ecd2d8309439a1
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": "DevTools Extensions API",
139             "href": "/devtools/docs/integrating",
140             "items": [
141               {
142                 "title": "Integrating with DevTools",
143                 "href": "/devtools/docs/integrating"
144               },
145               {
146                 "title": "Sample DevTools Extensions",
147                 "href": "/devtools/docs/sample-extensions"
148               },
149               {
150                 "title": "Sample DevTools Protocol Clients",
151                 "href": "/devtools/docs/debugging-clients"
152               }
153             ]
154           },
155           {
156             "title": "Keyboard Shortcuts",
157             "href": "/devtools/docs/shortcuts"
158           },
159           {
160             "title": "Settings",
161             "href": "/devtools/docs/settings"
162           },
163           {
164             "title": "Remote Debugging Protocol",
165             "href": "/devtools/docs/debugger-protocol",
166             "items": [
167               {
168                 "title": "Remote Debugging Protocol",
169                 "href": "/devtools/docs/debugger-protocol"
170               },
171               {
172                 "title": "Version 1.1",
173                 "href": "/devtools/docs/protocol/1.1/index"
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                 "title": "Tip-of-tree",
185                 "href": "/devtools/docs/protocol/tot/index"
186               }
187             ]
188           }
189         ]
190       }
191     ]
192   },
193   {
194     "title": "Multi-device",
195     "items": [
196       {
197         "title": "Getting Started",
198         "href": "/multidevice",
199         "items": [
200           {
201             "title": "Chrome for a Multi-Device World",
202             "href": "/multidevice"
203           },
204           {
205             "title": "Data Compression Proxy",
206             "href": "/multidevice/data-compression"
207           },
208           {
209             "title": "User Agents",
210             "href": "/multidevice/user-agent"
211           },
212           {
213             "title": "Mobile Emulation",
214             "href": "/devtools/docs/mobile-emulation"
215           },
216           {
217             "title": "Remote Debugging",
218             "href": "/devtools/docs/remote-debugging"
219           },
220           {
221             "title": "FAQ",
222             "href": "/multidevice/faq"
223           }
224         ]
225       },
226       {
227         "title": "Chrome for Android",
228         "href": "/multidevice/android/overview",
229         "items": [
230           {
231             "title": "Overview",
232             "href": "/multidevice/android/overview"
233           },
234           {
235             "title": "Android Intents with Chrome",
236             "href": "/multidevice/android/intents"
237           },
238           {
239             "title": "Add to Homescreen",
240             "href": "/multidevice/android/installtohomescreen"
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": "Samples",
381             "href": "/apps/samples"
382           },
383           {
384             "title": "Develop in the Cloud",
385             "href": "/apps/offline_apps",
386             "items": [
387               {
388                 "title": "Offline First",
389                 "href": "/apps/offline_apps"
390               },
391               {
392                 "title": "Handling External Content",
393                 "href": "/apps/app_external"
394               },
395               {
396                 "title": "Storing Data",
397                 "href": "/apps/app_storage"
398               },
399               {
400                 "title": "Keep Users Informed",
401                 "href": "/apps/inform_users"
402               },
403               {
404                 "title": "Cloud Messaging",
405                 "href": "/apps/cloudMessaging"
406               },
407               {
408                 "title": "Native Messaging",
409                 "href": "/apps/nativeMessaging"
410               },  
411               {
412                 "title": "Rich Notifications",
413                 "href": "/apps/richNotifications"
414               },
415               {
416                 "title": "User Authentication",
417                 "href": "/apps/app_identity"
418               }
419             ]
420           },
421           {
422             "title": "User Low-Level System Services",
423             "href": "/apps/app_usb",
424             "items": [
425               {
426                 "title": "USB",
427                 "href": "/apps/app_usb"
428               },
429               {
430                 "title": "Serial",
431                 "href": "/apps/app_serial"
432               },
433               {
434                 "title": "Network Communications",
435                 "href": "/apps/app_network"
436               },
437               {
438                 "title": "Bluetooth",
439                 "href": "/apps/app_bluetooth"
440               }
441             ]
442           },
443           {
444             "title": "MVC Architecture & Frameworks",
445             "href": "/apps/app_frameworks",
446             "items": [
447               {
448                 "title": "About MVC Architecture",
449                 "href": "/apps/app_frameworks"
450               },
451               {
452                 "title": "Build Apps with AngularJS",
453                 "href": "/apps/angular_framework"
454               },
455               {
456                 "title": "Build Apps with SenchaJS",
457                 "href": "/apps/sencha_framework"
458               },
459               {
460                 "title": "Game Engines",
461                 "href": "/apps/game_engines"
462               }
463             ]
464           },
465           {
466             "title": "Distribute Apps",
467             "href": "/apps/publish_app",
468             "items": [
469               {
470                 "title": "Publish Your App",
471                 "href": "/apps/publish_app"
472               },
473               {
474                 "title": "Monetize Your App",
475                 "href": "/apps/google_wallet"
476               },
477               {
478                 "title": "One-Time Payments",
479                 "href": "/webstore/one_time_payments"
480               },
481               {
482                 "title": "Analytics",
483                 "href": "/apps/analytics"
484               }
485             ]
486           },
487           {
488             "title": "Chrome Platform APIs",
489             "href": "/apps/api_index",
490             "items": [
491               {
492                 "title": "JavaScript APIs",
493                 "href": "/apps/api_index"
494               },
495               {
496                 "title": "Manifest File Format",
497                 "href": "/apps/manifest"
498               },
499               {
500                 "title": "Webview Tag",
501                 "href": "/apps/tags/webview"
502               },
503               {
504                 "title": "Web APIs",
505                 "href": "/apps/api_other"
506               },
507               {
508                 "title": "Disabled Web Features",
509                 "href": "/apps/app_deprecated"
510               }
511             ]
512           },
513           {
514             "title": "Help",
515             "href": "/apps/faq",
516             "items": [
517               {
518                 "title": "FAQ",
519                 "href": "/apps/faq"
520               },
521               {
522                 "title": "Google Groups",
523                 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium-apps"
524               },
525               {
526                 "title": "Stack Overflow",
527                 "href": "http://stackoverflow.com/questions/tagged/google-chrome-app"
528               }
529             ]
530           }
531         ]
532       },
533       {
534         "title": "Extensions",
535         "href": "/extensions",
536         "items": [
537           {
538             "title": "Learn Basics",
539             "href": "/extensions",
540             "items": [
541               {
542                 "title": "Overview",
543                 "href": "/extensions/overview"
544               },
545               {
546                 "title": "Hosting Changes",
547                 "href": "/extensions/hosting_changes"
548               },
549               {
550                 "title": "Extension Quality Guidelines FAQ",
551                 "href": "/extensions/single_purpose"
552               },
554               {
555                 "title": "Event Pages",
556                 "href": "/extensions/event_pages"
557               },
558               {
559                 "title": "Content Scripts",
560                 "href": "/extensions/content_scripts"
561               },
562               {
563                 "title": "activeTab Permission",
564                 "href": "/extensions/activeTab"
565               },
566               {
567                 "title": "What's New?",
568                 "href": "/extensions/whats_new"
569               }
570             ]
571           },
572           {
573             "title": "Getting Started Tutorial",
574             "href": "/extensions/getstarted"
575           },
576           {
577             "title": "Samples",
578             "href": "/extensions/samples"
579           },
580           {
581             "title": "Develop Extensions",
582             "href": "/extensions/tut_migration_to_manifest_v2",
583             "items": [
584               {
585                 "title": "Accessibility",
586                 "href": "/extensions/a11y"
587               },
588               {
589                 "title": "Content Security Policy",
590                 "href": "/extensions/contentSecurityPolicy"
591               },
592               {
593                 "title": "Cross-Origin XHR",
594                 "href": "/extensions/xhr"
595               },
596               {
597                 "title": "Debugging",
598                 "href": "/extensions/tut_debugging"
599               },
600               {
601                 "title": "Internationalization",
602                 "href": "/extensions/i18n"
603               },
604               {
605                 "title": "Message Passing",
606                 "href": "/extensions/messaging"
607               },
608               {
609                 "title": "Native Messaging",
610                 "href": "/extensions/nativeMessaging"
611               },
612               {
613                 "title": "Migrate to Manifest 2",
614                 "href": "/extensions/tut_migration_to_manifest_v2"
615               },
616               {
617                 "title": "OAuth",
618                 "href": "/extensions/tut_oauth"
619               },
620               {
621                 "title": "Options",
622                 "href": "/extensions/options"
623               },
624               { 
625                 "title": "Options Version 2",
626                 "href": "/extensions/optionsV2"
627               }
628             ]
629           },
630           {
631             "title": "Distribute Extensions",
632             "href": "/extensions/hosting",
633             "items": [
634               {
635                 "title": "Hosting",
636                 "href": "/extensions/hosting"
637               },
638               {
639                 "title": "Packaging",
640                 "href": "/extensions/packaging"
641               },
642               {
643                 "title": "One-Time Payments",
644                 "href": "/webstore/one_time_payments"
645               },
646               {
647                 "title": "Autoupdating",
648                 "href": "/extensions/autoupdate"
649               },
650               {
651                 "title": "Other Deployment Options",
652                 "href": "/extensions/external_extensions"
653               },
654               {
655                 "title": "Google Analytics",
656                 "href": "/extensions/tut_analytics"
657               },
658               {
659                 "title": "Publishing Themes",
660                 "href": "/extensions/themes"
661               }
662             ]
663           },
664           {
665             "title": "Chrome Platform APIs",
666             "href": "/extensions/api_index",
667             "items": [
668               {
669                 "title": "JavaScript APIs",
670                 "href": "/extensions/api_index"
671               },
672               {
673                 "title": "Manifest File Format",
674                 "href": "/extensions/manifest"
675               },
676               {
677                 "title": "Web APIs",
678                 "href": "/extensions/api_other"
679               },
680               {
681                 "title": "Permission Warnings",
682                 "href": "/extensions/permission_warnings"
683               },
684               {
685                 "title": "Optional Permissions",
686                 "href": "/extensions/permissions"
687               },
688               {
689                 "title": "Match Patterns",
690                 "href": "/extensions/match_patterns"
691               }
692             ]
693           },
694           {
695             "title": "Help",
696             "href": "/extensions/faq",
697             "items": [
698               {
699                 "title": "FAQ",
700                 "href": "/extensions/faq"
701               },
702               {
703                 "title": "Google Groups",
704                 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium-extensions"
705               },
706               {
707                 "title": "Stack Overflow",
708                 "href": "http://stackoverflow.com/tags/google-chrome-extension/info"
709               }
710             ]
711           }
712         ]
713       },
714       {
715         "title": "Native Client",
716         "href": "/native-client",
717         "items": [
718           {
719             "title": "Learn Basics",
720             "href": "/native-client",
721             "items": [
722               {
723                 "title": "Technical Overview",
724                 "href": "/native-client/overview"
725               },
726               {
727                 "title": "NaCl and PNaCl",
728                 "href": "/native-client/nacl-and-pnacl"
729               }
730             ]
731           },
732           {
733             "title": "Download the SDK",
734             "href": "/native-client/sdk/download",
735             "items": [
736               {
737                 "title": "Download the Native Client SDK",
738                 "href": "/native-client/sdk/download"
739               },
740               {
741                 "title": "Examples",
742                 "href": "/native-client/sdk/examples"
743               },
744               {
745                 "title": "Release Notes",
746                 "href": "/native-client/sdk/release-notes"
747               }
748             ]
749           },
750           {
751             "title": "Tutorial",
752             "href": "/native-client/devguide/tutorial/tutorial-part1",
753             "items": [
754               {
755                 "title": "Part 1: Simple PNaCl Web App",
756                 "href": "/native-client/devguide/tutorial/tutorial-part1"
757               },
758               {
759                 "title": "Part 2: SDK Build System and Chrome Apps",
760                 "href": "/native-client/devguide/tutorial/tutorial-part2"
761               },
762               {
763                 "title": "Chrome Dev Summit 2014 - Codelabs",
764                 "href": "/native-client/cds2014"
765               }
766             ]
767           },
768           {
769             "title": "Development Cycle",
770             "href": "/native-client/devguide/devcycle/building",
771             "items": [
772               {
773                 "title": "Building",
774                 "href": "/native-client/devguide/devcycle/building"
775               },
776               {
777                 "title": "Running",
778                 "href": "/native-client/devguide/devcycle/running"
779               },
780               {
781                 "title": "Debugging",
782                 "href": "/native-client/devguide/devcycle/debugging"
783               },
784               {
785                 "title": "Debugging with Visual Studio",
786                 "href": "/native-client/devguide/devcycle/vs-addin"
787               },
788               {
789                 "title": "Dynamic Linking and Loading with GlibC",
790                 "href": "/native-client/devguide/devcycle/dynamic-loading"
791               }
792             ]
793           },
794           {
795             "title": "Coding Your Application",
796             "href": "/native-client/devguide/coding/application-structure",
797             "items": [
798               {
799                 "title": "Application Structure",
800                 "href": "/native-client/devguide/coding/application-structure"
801               },
802               {
803                 "title": "Native Client Modules",
804                 "href": "/native-client/devguide/coding/native-client-modules"
805               },
806               {
807                 "title": "3D Graphics",
808                 "href": "/native-client/devguide/coding/3D-graphics"
809               },
810               {
811                 "title": "Audio",
812                 "href": "/native-client/devguide/coding/audio"
813               },
814               {
815                 "title": "File I/O",
816                 "href": "/native-client/devguide/coding/file-io"
817               },
818               {
819                 "title": "The nacl_io Library",
820                 "href": "/native-client/devguide/coding/nacl_io"
821               },
822               {
823                 "title": "Messaging System",
824                 "href": "/native-client/devguide/coding/message-system"
825               },
826               {
827                 "title": "Progress Events",
828                 "href": "/native-client/devguide/coding/progress-events"
829               },
830               {
831                 "title": "URL Loading",
832                 "href": "/native-client/devguide/coding/url-loading"
833               },
834               {
835                 "title": "View Change, Focus, & Input Events",
836                 "href": "/native-client/devguide/coding/view-focus-input-events"
837               }
838             ]
839           },
840           {
841             "title": "Distribute Your Apps",
842             "href": "/native-client/devguide/distributing"
843           },
844           {
845             "title": "Pepper API Reference",
846             "href": "/native-client/c-api",
847             "items": [
848               {
849                 "title": "Pepper C API (Stable)",
850                 "href": "/native-client/c-api"
851               },
852               {
853                 "title": "Pepper C++ API (Stable)",
854                 "href": "/native-client/cpp-api"
855               },
856               {
857                 "title": "Pepper C API (Beta)",
858                 "href": "/native-client/c-api-beta"
859               },
860               {
861                 "title": "Pepper C++ API (Beta)",
862                 "href": "/native-client/cpp-api-beta"
863               },
864               {
865                 "title": "Pepper C API (Dev)",
866                 "href": "/native-client/c-api-dev"
867               },
868               {
869                 "title": "Pepper C++ API (Dev)",
870                 "href": "/native-client/cpp-api-dev"
871               }
872             ]
873           },
874           {
875             "title": "Additional Reference & Versions",
876             "href": "/native-client/glossary",
877             "items": [
878               {
879                 "title": "Glossary",
880                 "href": "/native-client/glossary"
881               },
882               {
883                 "title": "Native Client Manifest (nmf) Format",
884                 "href": "/native-client/reference/nacl-manifest-format"
885               },
886               {
887                 "title": "Contents of PNaCl Bitcode Files",
888                 "href": "/native-client/reference/pnacl-bitcode-manual"
889               },
890               {
891                 "title": "PNaCl Bitcode Reference Manual",
892                 "href": "/native-client/reference/pnacl-bitcode-abi"
893               },
894               {
895                 "title": "PNaCl Undefined Behavior",
896                 "href": "/native-client/reference/pnacl-undefined-behavior"
897               },
898               {
899                 "title": "PNaCl C/C++ Language Support",
900                 "href": "/native-client/reference/pnacl-c-cpp-language-support"
901               },
902               {
903                 "title": "Sandbox Internals",
904                 "href": "/native-client/reference/sandbox_internals/index",
905                 "items": [
906                     {
907                       "title": "ARM 32-bit Sandbox",
908                       "href": "/native-client/reference/sandbox_internals/arm-32-bit-sandbox"
909                     },
910                     {
911                       "title": "x86-64 Sandbox",
912                       "href": "/native-client/reference/sandbox_internals/x86-64-sandbox"
913                     }
914                 ]
915               },
916               {
917                 "title": "Design Documents",
918                 "href": "/native-client/reference/design-docs"
919               }
920             ]
921           },
922           {
923             "title": "Help",
924             "href": "/native-client/faq",
925             "items": [
926               {
927                 "title": "FAQ",
928                 "href": "/native-client/faq"
929               },
930               {
931                 "title": "Forums & Issues Tracker",
932                 "href": "/native-client/help"
933               },
934               {
935                 "title": "Publications & Presentations",
936                 "href": "/native-client/publications-and-presentations"
937               },
938               {
939                 "title": "Security Contest Archive",
940                 "href": "/native-client/community/security-contest/index"
941               }
942             ]
943           }
944         ]
945       },
946       {
947         "title": "Store",
948         "href": "/webstore",
949         "items": [
950           {
951             "title": "Distribution Overview",
952             "href": "/webstore"
953           },
954           {
955             "title": "What Is the Chrome Web Store?",
956             "href": "/webstore/about_webstore"
957           },
958           {
959             "title": "What Can You Publish?",
960             "href": "/webstore/overview"
961           },
962           {
963             "title": "Tutorial: Getting Started",
964             "href": "/webstore/get_started_simple"
965           },
966           {
967             "title": "Samples",
968             "href": "/webstore/samples"
969           },
970           {
971             "title": "Branding",
972             "href": "/webstore/branding",
973             "items": [
974               {
975                 "title": "Branding Guidelines",
976                 "href": "/webstore/branding"
977               },
978               {
979                 "title": "Supplying Images",
980                 "href": "/webstore/images"
981               }
982             ]
983           },
984           {
985             "title": "Monetizing",
986             "href": "/webstore/money",
987             "items": [
988               {
989                 "title": "Monetizing Your App",
990                 "href": "/webstore/money"
991               },
992               {
993                 "title": "Using Google Accounts",
994                 "href": "/webstore/identify_user"
995               },
996               {
997                 "title": "Checking for Payment",
998                 "href": "/webstore/check_for_payment"
999               },
1000               {
1001                 "title": "One-Time Payments",
1002                 "href": "/webstore/one_time_payments"
1003               },
1004               {
1005                 "title": "Pricing",
1006                 "href": "/webstore/pricing"
1007               }
1008             ]
1009           },
1010           {
1011             "title": "Publishing",
1012             "href": "/webstore/publish",
1013             "items": [
1014               {
1015                 "title": "Publishing Tutorial",
1016                 "href": "/webstore/publish"
1017               },
1018               {
1019                 "title": "Internationalizing Your App",
1020                 "href": "/webstore/i18n"
1021               },
1022               {
1023                 "title": "Using Inline Installation",
1024                 "href": "/webstore/inline_installation"
1025               },
1026               {
1027                 "title": "Rating Guidelines",
1028                 "href": "/webstore/rating"
1029               },
1030               {
1031                 "title": "Program Policies",
1032                 "href": "/webstore/program_policies"
1033               },
1034               {
1035                 "title": "Terms of Service",
1036                 "href": "/webstore/terms"
1037               }
1038             ]
1039           },
1040           {
1041             "title": "Help",
1042             "href": "/webstore/best_practices",
1043             "items": [
1044               {
1045                 "title": "Best Practices",
1046                 "href": "/webstore/best_practices"
1047               },
1048               {
1049                 "title": "FAQ",
1050                 "href": "/webstore/faq"
1051               },
1052               {
1053                 "title": "Google Groups",
1054                 "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium-apps"
1055               },
1056               {
1057                 "title": "Articles",
1058                 "href": "/webstore/articles"
1059               }
1060             ]
1061           }
1062         ]
1063       }
1064     ]
1065   }