Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / json / chrome_sidenav.json
index 0543c63..c03381b 100644 (file)
 [
   {
-    "title": "Devtools",
-    "items": [
-      {
-        "title": "Learn Basics",
-        "items": [
-          {
-            "title": "Overview",
-            "href": "/devtools/index.html"
-          },
-          {
-            "title": "Authoring & Development Workflow",
-            "href": "/devtools/docs/authoring-development-workflow.html"
-          },
-          {
-            "title": "Using the Console",
-            "href": "/devtools/docs/console.html"
-          },
-          {
-            "title": "Tips & Tricks",
-            "href": "/devtools/docs/tips-and-tricks.html"
-          },
-          {
-            "title": "Additional Resources",
-            "href": "/devtools/docs/videos.html",
-            "items": [
-              {
-                "title": "Videos",
-                "href": "/devtools/docs/videos.html"
-              },
-              {
-                "title": "Blog Posts",
-                "href": "/devtools/docs/blog-posts.html"
-              },
-              {  
-                "title": "Mailing List",
-                "href": "https://groups.google.com/forum/?fromgroups#!forum/google-chrome-developer-tools"
-              },
-              {
-                "title": "Contributing to DevTools",
-                "href": "/devtools/docs/contributing.html"
-              }
-            ]
-          }
-        ]
-      },
-      {
-        "title": "Use Tools",
-        "items": [
-          {
-            "title": "Inspecting & Tweaking",
-            "href": "/devtools/docs/elements.html",
-            "items": [
-              {
-                "title": "Editing Styles & DOM",
-                "href": "/devtools/docs/elements.html"
-              },
-              {
-                "title": "Working with CSS Preprocessors",
-                "href": "/devtools/docs/css-preprocessors.html"
-              },
-              {
-                "title": "Managing Application Storage",
-                "href": "/devtools/docs/resource-panel.html"
-              }
-            ]
-          },
-          { 
-            "title": "Debugging JavaScript",
-            "href": "/devtools/docs/javascript-debugging.html"
-          },
-          {
-            "title": "Mobile Emulation",
-            "href": "/devtools/docs/mobile-emulation.html"
-          },
-          {
-            "title": "Remote Debugging on Android",
-            "href": "/devtools/docs/remote-debugging.html"
-          }
-        ]
-      },
-      {
-        "title": "Performance & Profiling",
-        "items": [
-          {
-            "title": "Evaluating Network Performance",
-            "href": "/devtools/docs/network.html"
-          },          
-          {
-            "title": "Using the Timeline",
-            "href": "/devtools/docs/timeline.html"
-          }, 
-          {
-            "title": "Timeline Demo: Finding Forced Synchronous Layouts",
-            "href": "/devtools/docs/demos/too-much-layout/index.html"
-          }, 
-          {
-            "title": "Profiling JavaScript Performance",
-            "href": "/devtools/docs/cpu-profiling.html"
-          }, 
-          {
-            "title": "JavaScripting Performance Flame Chart",
-            "href": "/devtools/docs/flame-chart.html"
-          }, 
-          {
-            "title": "JavaScript Memory Profiling",
-            "href": "/devtools/docs/javascript-memory-profiling.html",
-            "items": [
-              {
-                "title": "JavaScript Memory Profiling",
-                "href": "/devtools/docs/javascript-memory-profiling.html"
-              },
-              {
-                "title": "Demos",
-                "href": "/devtools/docs/heap-profiling-summary.html"
-              }
-            ]
-          },
-          {
-            "title": "Setting Up a Clean Testing Environment",
-            "href": "/devtools/docs/clean-testing-environment.html"
-          }
-        ]
-      },
-      {
-        "title": "Reference",
-        "items": [
-          {
-            "title": "Console API Reference",
-            "href": "/devtools/docs/console-api.html"
-          },
-          {
-            "title": "Command Line API Reference",
-            "href": "/devtools/docs/commandline-api.html"
-          },
-          {
-            "title": "DevTools Extensions API",
-            "href": "/devtools/docs/integrating.html",
-            "items": [
-              {
-                "title": "Integrating with DevTools",
-                "href": "/devtools/docs/integrating.html"
-              },
-              {
-                "title": "Sample DevTools Extensions",
-                "href": "/devtools/docs/sample-extensions.html"
-              },
-              {
-                "title": "Sample DevTools Protocol Clients",
-                "href": "/devtools/docs/debugging-clients.html"
-              }
-            ]
-          },
-          {
-            "title": "Keyboard Shortcuts",
-            "href": "/devtools/docs/shortcuts.html"
-          },
-          {
-            "title": "Settings",
-            "href": "/devtools/docs/settings.html"
-          },
-          {
-            "title": "Remote Debugging Protocol",
-            "href": "/devtools/docs/debugger-protocol.html",
-            "items": [
-              {
-                "title": "Remote Debugging Protocol",
-                "href": "/devtools/docs/debugger-protocol.html"
-              },
-              {
-                "title": "Version 1.1",
-                "href": "/devtools/docs/protocol/1.1/index.html"
-              },
-              {
-                "title": "Version 1.0",
-                "href": "/devtools/docs/protocol/1.0/index.html"
-              },
-              {
-                "title": "Version .1",
-                "href": "/devtools/docs/protocol/0.1/index.html"
-              },
-              {
-                "title": "Tip-of-tree",
-                "href": "/devtools/docs/protocol/tot/index.html"
-              }
-            ]
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "title": "Multi-device",
-    "items": [
-      {
-        "title": "Getting Started",
-        "items": [
-          {
-            "title": "Develop Apps for Chrome Mobile",
-            "href": "/multidevice/index.html"
-          },
-          {
-            "title": "Data Compression Proxy",
-            "href": "/multidevice/data-compression.html"
-          },
-          {
-            "title": "User Agents",
-            "href": "/multidevice/user-agent.html"
-          },
-          {
-            "title": "Mobile Emulation",
-            "href": "/devtools/docs/mobile-emulation.html"
-          },
-          {
-            "title": "Remote Debugging",
-            "href": "/devtools/docs/remote-debugging.html"
-          },
-          {
-            "title": "FAQ",
-            "href": "/multidevice/faq.html"
-          }
-        ]
-      },
-      {
-        "title": "Chrome for Android",
-        "items": [
-          {
-            "title": "Overview",
-            "href": "/multidevice/android/overview.html"
-          },
-          {
-            "title": "Android Intents with Chrome",
-            "href": "/multidevice/android/intents.html"
-          },
-          {
-            "title": "Add to Homescreen",
-            "href": "/multidevice/android/installtohomescreen.html"
-          }
-        ]   
-      },
-      {   
-        "title": "Chrome WebView",
-        "items": [
-          {
-            "title": "WebView for Android",
-            "href": "/multidevice/webview/overview.html"
-          },
-          {
-            "title": "Getting Started",
-            "href": "/multidevice/webview/gettingstarted.html"
-          },
-          {
-            "title": "Pixel-Perfect UI",
-            "href": "/multidevice/webview/pixelperfect.html"
-          },
-          {
-            "title": "WebView Workflow",
-            "href": "/multidevice/webview/workflow.html"
-          },
-          {
-            "title": "Tips & Tricks",
-            "href": "/multidevice/webview/tipsandtricks.html"
-          } 
-        ]
-      },
-      {
-        "title": "Chrome for iOS",
-        "items": [
-          {    
-            "title": "Overview",
-            "href": "/multidevice/ios/overview.html"
-          },
-          {
-            "title": "Opening Links in Chrome",
-            "href": "/multidevice/ios/links.html"
-          },
-          {
-            "title": "Case Studies",
-            "href": "/multidevice/ios/case-studies.html",
-            "items": [
-              {
-                "title": "Case Studies",
-                "href": "/multidevice/ios/case-studies.html"
-              },
-              {
-                "title": "Pocket",
-                "href": "/multidevice/ios/pocket.html"
-              },
-              {
-                "title": "Feedly",
-                "href": "/multidevice/ios/feedly.html"
-              }
-            ]
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "title": "Platform",
+    "title": "Explore",
     "items": [
       {
         "title": "Apps",
         "items": [
           {
             "title": "Learn Basics",
-            "href": "/apps/first_app.html",
+            "href": "/apps/first_app",
             "items": [
               {
                 "title": "Create Your First App",
-                "href": "/apps/first_app.html"
+                "href": "/apps/first_app"
               },
               {
                 "title": "App Architecture",
-                "href": "/apps/app_architecture.html"
+                "href": "/apps/app_architecture"
               },
               {
                 "title": "App Lifecycle",
-                "href": "/apps/app_lifecycle.html"
+                "href": "/apps/app_lifecycle"
               },
               {
                 "title": "Content Security Policy",
-                "href": "/apps/contentSecurityPolicy.html"
+                "href": "/apps/contentSecurityPolicy"
               }
             ]
           },
           {
             "title": "Learn with Codelab",
-            "href": "/apps/app_codelab1_setup.html",
+            "href": "/apps/app_codelab1_setup",
             "items": [
               {
                 "title": "1 - Set Up Development Environment",
-                "href": "/apps/app_codelab1_setup.html"
+                "href": "/apps/app_codelab1_setup"
               },
               {
                 "title": "2 - Create Basic App",
-                "href": "/apps/app_codelab2_basic.html"
+                "href": "/apps/app_codelab2_basic"
               },
               {
                 "title": "3 - Create MVC",
-                "href": "/apps/app_codelab3_mvc.html"
+                "href": "/apps/app_codelab3_mvc"
               },
               {
                 "title": "4 - Save & Fetch Data",
-                "href": "/apps/app_codelab5_data.html"
+                "href": "/apps/app_codelab5_data"
               },
               {
                 "title": "5 - Manage App Lifecycle",
-                "href": "/apps/app_codelab6_lifecycle.html"
+                "href": "/apps/app_codelab6_lifecycle"
               },
               {
                 "title": "6 - Access User's Data",
-                "href": "/apps/app_codelab7_useridentification.html"
+                "href": "/apps/app_codelab7_useridentification"
               },
               {
                 "title": "7 - Access Web Resources",
-                "href": "/apps/app_codelab8_webresources.html"
+                "href": "/apps/app_codelab8_webresources"
               },
               {
                 "title": "8 - Publish App",
-                "href": "/apps/app_codelab_10_publishing.html"
+                "href": "/apps/app_codelab_10_publishing"
               }
             ]
           },
           {
             "title": "Samples",
-            "href": "/apps/samples.html"
+            "href": "/apps/samples"
           },
           {
             "title": "Develop in the Cloud",
-            "href": "/apps/offline_apps.html",
+            "href": "/apps/offline_apps",
       "items": [
               {
                 "title": "Offline First",
-                "href": "/apps/offline_apps.html"
+                "href": "/apps/offline_apps"
               },
               {
                 "title": "Handling External Content",
-                "href": "/apps/app_external.html"
+                "href": "/apps/app_external"
               },
               {
                 "title": "Storing Data",
-                "href": "/apps/app_storage.html"
+                "href": "/apps/app_storage"
               },
               {
                 "title": "Cloud Messaging",
-                "href": "/apps/cloudMessaging.html"
+                "href": "/apps/cloudMessaging"
               },
               {
                 "title": "User Authentication",
-                "href": "/apps/app_identity.html"
+                "href": "/apps/app_identity"
               }
             ]
           }, 
           {
             "title": "User Low-Level System Services",
-            "href": "/apps/app_usb.html",
+            "href": "/apps/app_usb",
             "items": [
               {
                 "title": "USB",
-                "href": "/apps/app_usb.html"
+                "href": "/apps/app_usb"
               },
               {
                 "title": "Serial",
-                "href": "/apps/app_serial.html"
+                "href": "/apps/app_serial"
               },
               {
                 "title": "Network Communications",
-                "href": "/apps/app_network.html"
+                "href": "/apps/app_network"
               }
             ]
           },
           {
             "title": "MVC Architecture & Frameworks",
-            "href": "/apps/app_frameworks.html",
+            "href": "/apps/app_frameworks",
       "items": [
               {
                 "title": "About MVC Architecture",
-                "href": "/apps/app_frameworks.html"
+                "href": "/apps/app_frameworks"
               },
               {
                 "title": "Build Apps with AngularJS",
-                "href": "/apps/angular_framework.html"
+                "href": "/apps/angular_framework"
               },
               {
                 "title": "Build Apps with SenchaJS",
-                "href": "/apps/sencha_framework.html"
+                "href": "/apps/sencha_framework"
               }
             ]
           },
           {   
             "title": "Distribute Apps",
-            "href": "/apps/publish_app.html",
+            "href": "/apps/publish_app",
             "items": [
               {
                 "title": "Publish Your App",
-                "href": "/apps/publish_app.html"
+                "href": "/apps/publish_app"
               },
               {
                 "title": "Monetize Your App",
-                "href": "/apps/google_wallet.html"
+                "href": "/apps/google_wallet"
               },
               {
                 "title": "Analytics",
-                "href": "/apps/analytics.html"
+                "href": "/apps/analytics"
               }
             ]
           },
           {
             "title": "Reference",
-            "href": "/apps/api_index.html",
+            "href": "/apps/api_index",
             "items": [
               {
                 "title": "Chrome Platform APIs",
-                "href": "/apps/api_index.html"
+                "href": "/apps/api_index"
               },
               {
                 "title": "Webview Tag",
-                "href": "/apps/webview.html"
+                "href": "/apps/tags/webview"
               },
               {
                 "title": "Web APIs",
-                "href": "/apps/api_other.html"
+                "href": "/apps/api_other"
               },
               {
                 "title": "Manifest File Format",
-                "href": "/apps/manifest.html"
+                "href": "/apps/manifest"
               },
               {
                 "title": "Disabled Web Features",
-                "href": "/apps/app_deprecated.html"
+                "href": "/apps/app_deprecated"
               }
             ]
           },
           {
             "title": "Help",
-            "href": "/apps/faq.html",
+            "href": "/apps/faq",
             "items": [
               {
                 "title": "FAQ",
-                "href": "/apps/faq.html"
+                "href": "/apps/faq"
               },
               {
                 "title": "Google Groups",
         "items": [
           {
             "title": "Learn Basics",
-            "href": "/extensions/overview.html",
+            "href": "/extensions/overview",
             "items": [
               {
                 "title": "Overview",
-                "href": "/extensions/overview.html"
+                "href": "/extensions/overview"
               },              
               {
                 "title": "Event Pages",
-                "href": "/extensions/event_pages.html"
+                "href": "/extensions/event_pages"
               },
               {
                 "title": "Content Scripts",
-                "href": "/extensions/content_scripts.html"
+                "href": "/extensions/content_scripts"
               },
               {
                 "title": "activeTab Permission",
-                "href": "/extensions/activeTab.html"
+                "href": "/extensions/activeTab"
               }
             ]
           },
           {
             "title": "Getting Started Tutorial",
-            "href": "/extensions/getstarted.html"
+            "href": "/extensions/getstarted"
           },
           {
             "title": "Samples",
-            "href": "/extensions/samples.html"
+            "href": "/extensions/samples"
           },
           {
             "title": "Develop Extensions",
-            "href": "/extensions/tut_migration_to_manifest_v2.html",
+            "href": "/extensions/tut_migration_to_manifest_v2",
             "items": [
               {
                 "title": "Accessibility",
-                "href": "/extensions/a11y.html"
+                "href": "/extensions/a11y"
               },
               {
                 "title": "Content Security Policy",
-                "href": "/extensions/contentSecurityPolicy.html"
+                "href": "/extensions/contentSecurityPolicy"
               },
               {
                 "title": "Cross-Origin XHR",
-                "href": "/extensions/xhr.html"
+                "href": "/extensions/xhr"
               },
               {
                 "title": "Debugging",
-                "href": "/extensions/tut_debugging.html"
+                "href": "/extensions/tut_debugging"
               },
               {
                 "title": "Internationalization",
-                "href": "/extensions/i18n.html"
+                "href": "/extensions/i18n"
               },
               {
                 "title": "Message Passing",
-                "href": "/extensions/messaging.html"
+                "href": "/extensions/messaging"
               },
               {
                 "title": "Migrate to Manifest 2",
-                "href": "/extensions/tut_migration_to_manifest_v2.html"
+                "href": "/extensions/tut_migration_to_manifest_v2"
               },
               {
                 "title": "OAuth",
-                "href": "/extensions/tut_oauth.html"
+                "href": "/extensions/tut_oauth"
               }
             ]
           },
           {
             "title": "Distribute Extensions",
-            "href": "/extensions/hosting.html",
+            "href": "/extensions/hosting",
             "items": [
               {
                 "title": "Hosting",
-                "href": "/extensions/hosting.html"
+                "href": "/extensions/hosting"
               },
               {
                 "title": "Packaging",
-                "href": "/extensions/packaging.html"
+                "href": "/extensions/packaging"
               },
               {
                 "title": "Autoupdating",
-                "href": "/extensions/autoupdate.html"
+                "href": "/extensions/autoupdate"
               },
               {
                 "title": "Other Deployment Options",
-                "href": "/extensions/external_extensions.html"
+                "href": "/extensions/external_extensions"
               },
               {
                 "title": "Google Analytics",
-                "href": "/extensions/tut_analytics.html"
+                "href": "/extensions/tut_analytics"
               },
               {
                 "title": "Publishing Themes",
-                "href": "/extensions/themes.html"
+                "href": "/extensions/themes"
               }
             ]
           },
           {
             "title": "Reference",
-            "href": "/extensions/api_index.html",
+            "href": "/extensions/api_index",
             "items": [
               {
                 "title": "What's New?",
-                "href": "/extensions/whats_new.html"
+                "href": "/extensions/whats_new"
               },
               {
                 "title": "Chrome Platform APIs",
-                "href": "/extensions/api_index.html"
+                "href": "/extensions/api_index"
               },
               {
                 "title": "Web APIs",
-                "href": "/extensions/api_other.html"
+                "href": "/extensions/api_other"
               },
               {
                 "title": "Manifest File Format",
-                "href": "/extensions/manifest.html"
+                "href": "/extensions/manifest"
               },
               {
                 "title": "Permission Warnings",
-                "href": "/extensions/permission_warnings.html"
+                "href": "/extensions/permission_warnings"
               },
               {
                 "title": "Optional Permissions",
-                "href": "/extensions/permissions.html"
+                "href": "/extensions/permissions"
               },
               {
                 "title": "Match Patterns",
-                "href": "/extensions/match_patterns.html"
+                "href": "/extensions/match_patterns"
               }
             ]
           },
           {
             "title": "Help",
-            "href": "/extensions/faq.html",
+            "href": "/extensions/faq",
             "items": [
               {
                 "title": "FAQ",
-                "href": "/extensions/faq.html"
+                "href": "/extensions/faq"
               },
               {  
                 "title": "Google Groups",
             ]
           }
         ]
-      },
-      {
-        "title": "Native Client",
-        "items": [
-          {
-            "title": "Learn Basics",
-            "href": "/native-client/overview.html",
-            "items": [
-              {
-                "title": "What Is Native Client?",
-                "href": "/native-client/overview.html"
-              },
-              {
-                "title": "NaCl and PNaCl",
-                "href": "/native-client/nacl-and-pnacl.html"
-              }
-            ]
-          },
-          {
-            "title": "SDK",
-            "href": "/native-client/sdk/download.html",
-            "items": [
-              {
-                "title": "Download SDK",
-                "href": "/native-client/sdk/download.html"
-              },
-              {
-                "title": "Examples",
-                "href": "/native-client/sdk/examples.html"
-              },
-              {
-                "title": "SDK Release Notes",
-                "href": "/native-client/sdk/release-notes.html"
-              }
-            ]
-          },
-          {
-            "title": "Tutorial",
-            "href": "/native-client/devguide/tutorial/tutorial-part1.html",
-            "items": [
-              {
-                "title": "Part 1: Simple PNaCl Web App",
-                "href": "/native-client/devguide/tutorial/tutorial-part1.html"
-              },
-              {
-                "title": "Part 2: SDK Build System and Chrome Apps",
-                "href": "/native-client/devguide/tutorial/tutorial-part2.html"
-              }
-            ]
-          },
-          {
-            "title": "Development Cycle",
-            "href": "/native-client/devguide/devcycle/building.html",
-            "items": [
-              {
-                "title": "Building",
-                "href": "/native-client/devguide/devcycle/building.html"
-              },
-              {
-                "title": "Running",
-                "href": "/native-client/devguide/devcycle/running.html"
-              },
-              {
-                "title": "Debugging",
-                "href": "/native-client/devguide/devcycle/debugging.html"
-              },
-              {
-                "title": "Debugging with Visual Studio",
-                "href": "/native-client/devguide/devcycle/vs-addin.html"
-              },
-              {
-                "title": "Dynamic Linking and Loading with GlibC",
-                "href": "/native-client/devguide/devcycle/dynamic-loading.html"
-              }
-            ]
-          },
-          {
-            "title": "Coding Your Application",
-            "href": "/native-client/devguide/coding/application-structure.html",
-            "items": [
-              {
-                "title": "Application Structure",
-                "href": "/native-client/devguide/coding/application-structure.html"
-              },
-              {
-                "title": "Native Client Modules",
-                "href": "/native-client/devguide/coding/native-client-modules.html"
-              },
-              {
-                "title": "3D Graphics",
-                "href": "/native-client/devguide/coding/3D-graphics.html"
-              },
-              {
-                "title": "Audio",
-                "href": "/native-client/devguide/coding/audio.html"
-              },
-              {
-                "title": "File I/O",
-                "href": "/native-client/devguide/coding/file-io.html"
-              },
-              {
-                "title": "The nacl_io Library",
-                "href": "/native-client/devguide/coding/nacl_io.html"
-              },
-              {
-                "title": "Messaging System",
-                "href": "/native-client/devguide/coding/message-system.html"
-              },
-              {
-                "title": "Progress Events",
-                "href": "/native-client/devguide/coding/progress-events.html"
-              },
-              {
-                "title": "URL Loading",
-                "href": "/native-client/devguide/coding/url-loading.html"
-              },
-              {
-                "title": "View Change, Focus, & Input Events",
-                "href": "/native-client/devguide/coding/view-focus-input-events.html"
-              }
-            ]
-          },
-          {
-            "title": "Distribute Your Apps",
-            "href": "/native-client/devguide/distributing.html"
-          },
-          {
-            "title": "Pepper API Reference",
-            "href": "/native-client/pepper_stable/index.html",
-            "items": [
-              {
-                "title": "Pepper C Interfaces",
-                "href": "/native-client/pepper_stable/c/group___interfaces.html"
-              },
-              {
-                "title": "Pepper C Structures",
-                "href": "/native-client/pepper_stable/c/group___structs.html"
-              },
-              {
-                "title": "Pepper C Functions",
-                "href": "/native-client/pepper_stable/c/group___functions.html"
-              },
-              {
-                "title": "Pepper C Enums",
-                "href": "/native-client/pepper_stable/c/group___enums.html"
-              },
-              {
-                "title": "Pepper C Typedefs",
-                "href": "/native-client/pepper_stable/c/group___typedefs.html"
-              },
-              {
-                "title": "Pepper C Macros",
-                "href": "/native-client/pepper_stable/c/global_defs.html"
-              },
-              {
-                "title": "Pepper C++ Classes",
-                "href": "/native-client/pepper_stable/cpp/inherits.html"
-              }
-            ]
-          },
-          {
-            "title": "Additional Reference & Versions",
-            "href": "/native-client/version.html",
-            "items": [
-              {
-                "title": "Glossary",
-                "href": "/native-client/glossary.html"
-              },
-              {
-                "title": "Native Client Manifest (nmf) Format",
-                "href": "/native-client/reference/nacl-manifest-format.html"
-              },
-              {
-                "title": "PNaCl Bitcode Reference Manual",
-                "href": "/native-client/reference/pnacl-bitcode-abi.html"
-              },
-              {
-                "title": "PNaCl C/C++ Language Support",
-                "href": "/native-client/reference/pnacl-c-cpp-language-support.html"
-              },
-              {
-                "title": "Previous Versions",
-                "href": "/native-client/version.html"
-              }
-            ]
-          },
-          {
-            "title": "Help",
-            "href": "/native-client/faq.html",
-            "items": [
-              {
-                "title": "FAQ",
-                "href": "/native-client/faq.html"
-              },
-              {
-                "title": "Forums & Issues Tracker",
-                "href": "/native-client/help.html"
-              },
-              {
-                "title": "Publications & Presentations",
-                "href": "/native-client/publications-and-presentations.html"
-              },
-              {
-                "title": "Security Contest Archive",
-                "href": "/native-client/community/security-contest/index.html"
-              }
-            ]
-          }
-        ]
-      },
-      {
-        "title": "Store",
-        "items": [
-          {
-            "title": "What Is the Chrome Web Store?",
-            "href": "/webstore/index.html"
-          },
-          {
-            "title": "What Can You Publish?",
-            "href": "/webstore/overview.html"
-          },
-          {
-            "title": "Tutorial: Getting Started",
-            "href": "/webstore/get_started_simple.html"
-          },
-          {
-            "title": "Samples",
-            "href": "/webstore/samples.html"
-          },
-          {
-            "title": "Branding",
-            "href": "/webstore/branding.html",
-            "items": [
-              {
-                "title": "Branding Guidelines",
-                "href": "/webstore/branding.html"
-              },
-              {
-                "title": "Supplying Images",
-                "href": "/webstore/images.html"
-              }
-            ]
-          },
-          {
-            "title": "Monetizing",
-            "href": "/webstore/money.html",            
-            "items": [
-              {
-                "title": "Monetizing Your App",
-                "href": "/webstore/money.html"
-              },
-              {
-                "title": "Using Google Accounts",
-                "href": "/webstore/identify_user.html"
-              },
-              {
-                "title": "Checking for Payment",
-                "href": "/webstore/check_for_payment.html"
-              },
-              {
-                "title": "Pricing",
-                "href": "/webstore/pricing.html"
-              }
-            ]
-          },
-          {
-            "title": "Publishing",
-            "href": "/webstore/publish.html",
-            "items": [
-              {
-                "title": "Publishing Tutorial",
-                "href": "/webstore/publish.html"
-              },
-              {
-                "title": "Internationalizing Your App",
-                "href": "/webstore/i18n.html"
-              },
-              {
-                "title": "Using Inline Installation",
-                "href": "/webstore/inline_installation.html"
-              },
-              {
-                "title": "Rating Guidelines",
-                "href": "/webstore/rating.html"
-              },
-              {
-                "title": "Program Policies",
-                "href": "/webstore/program_policies.html"
-              },
-              {
-                "title": "Terms of Service",
-                "href": "/webstore/terms.html"
-              }
-            ]
-          },
-          {
-            "title": "Help",
-            "href": "/webstore/best_practices.html",
-            "items": [
-              {
-                "title": "Best Practices",
-                "href": "/webstore/best_practices.html"
-              },
-              {
-                "title": "FAQ",
-                "href": "/webstore/faq.html"
-              },
-              {
-                "title": "Google Groups",
-                "href": "https://groups.google.com/a/chromium.org/forum/#!forum/chromium-apps"
-              },
-              {
-                "title": "Articles",
-                "href": "/webstore/articles.html"
-              }
-            ]
-          }
-        ]
       }
     ]
   }