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": "cloudPrintPrivate",
11 "name": "setupConnector",
12 "description": "Setup Cloud Print Connector.",
18 "description": "The email address of the user."
23 "description": "The email address of the robot account."
26 "name": "credentials",
28 "description": "The login credentials(OAuth2 Auth code)."
31 "name": "connectNewPrinters",
33 "description": "True if new printers should be connected."
36 "name": "printerBlacklist",
37 "description": "Printers that should not be connected.",
39 "items": {"type": "string"}
44 "name": "getHostName",
45 "description": "Returns local hostname.",
51 "description": "Called to return host name.",
56 "description": "Host name."
63 "name": "getPrinters",
64 "description": "Returns local printers.",
70 "description": "Called to return printers.",
75 "items": {"type": "string"},
76 "description": "List of printer names."