1 <h1>Manifest - USB Printers
</h1>
4 The
<code>usbPrinters
</code> manifest property declares which USB printers are supported by an app using the $(ref:printerProvider) API.
7 <h2 id=
"manifest">Sample manifest.json
</h2>
8 <pre data-filename=
"manifest.json">
10 "name":
"My printer {{platform}}",
13 // This app can print to the Nexus One and any printer made by Google.
14 {
"vendorId":
6353,
"productId":
19985 },
15 {
"vendorId":
6353,
"interfaceClass":
7 }
23 <h2 id=
"reference">Reference
</h2>
24 <p class=
"api_reference">
25 {{+partials.manifest_type
26 type:apis.apps.extensionsManifestTypes.byName.UsbPrinters/}}