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

Side by Side Diff: chrome/common/extensions/docs/examples/api/document_scan/manifest.json

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Starting over. This used to be 286933006 Created 6 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Document Scanning API Sample",
3 "version": "0.1",
4 "manifest_version": 2,
5 "minimum_chrome_version": "37",
6 "app": {
7 "background": {
8 "scripts": ["background.js"]
9 }
10 },
11 "permissions": [],
12 "optional_permissions": [ "documentScan" ]
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698