1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 "namespace": "topSites",
8 "description": "Use the <code>chrome.topSites</code> API to access the top sites that are displayed on the new tab page.",
11 "id": "MostVisitedURL",
13 "description": "An object encapsulating a most visited URL, such as the URLs on the new tab page.",
15 "url": {"type": "string", "description": "The most visited URL."},
16 "title": {"type": "string", "description": "The title of the page"}
24 "description": "Gets a list of top sites.",
33 "items": {"$ref": "MostVisitedURL"}