Index: chrome/common/extensions/docs/examples/api/document_scan/README.md |
diff --git a/chrome/common/extensions/docs/examples/api/document_scan/README.md b/chrome/common/extensions/docs/examples/api/document_scan/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fa9702ed5f91e4df520c4636add96aeaf5a60758 |
--- /dev/null |
+++ b/chrome/common/extensions/docs/examples/api/document_scan/README.md |
@@ -0,0 +1,9 @@ |
+# Document Scanning API Sample |
+ |
+This demo interfaces with the Chrome document scanning API to search for available scanners and acquire scanned images. |
+ |
+## APIs |
+ |
+* [Document scanning API](https://developer.chrome.com/apps/document_scan) |
+* [Runtime](https://developer.chrome.com/apps/runtime) |
+* [Window](https://developer.chrome.com/apps/app_window) |