Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 1123093003: Add a manifest property declaring USB printers supported by an app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interfaceProtocol documentation. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/json/manifest.json
diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
index 1df87242e542359f9a0c5e2219e72e0041c96f67..1b66bafd95c32a85233c44895d06067c5d8eddc2 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -214,6 +214,12 @@
"documentation": "manifest/url_handlers",
"example": {}
},
+ "usb_printers": {
+ "documentation": "manifest/usb_printers",
+ "example": {
+ "filters": []
+ }
+ },
"version": {
"documentation": "manifest/version",
"example": "versionString",

Powered by Google App Engine
This is Rietveld 408576698