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

Unified Diff: chrome/test/data/extensions/api_test/serial/api/manifest.json

Issue 9174019: Add skeleton plumbing for serial API. No functionality yet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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
« no previous file with comments | « chrome/test/data/extensions/api_test/serial/api/main.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/serial/api/manifest.json
diff --git a/chrome/test/data/extensions/api_test/serial/api/manifest.json b/chrome/test/data/extensions/api_test/serial/api/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..c1a5bff8158f37f86dabd465df2f11cf46706891
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/serial/api/manifest.json
@@ -0,0 +1,20 @@
+{
+ "name": "chrome.experimental.serial",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "end-to-end browser test for chrome.experimental.serial API",
+ "platform_app": true,
+ "background": {
+ "scripts": ["background.js"]
+ },
+ "app": {
+ "launch": {
+ "container": "shell",
+ "local_path": "main.html"
+ }
+ },
+ "permissions": [
+ "experimental",
+ "serial"
+ ]
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/serial/api/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698