blob: 00b264e00fc117c133c84d28bb8a46a1fb9f8f25 [file] [log] [blame]
{
"name": "chrome.serial real hardware",
"manifest_version": 2,
"version": "0.1",
"description": "end-to-end real-hardware test for chrome.serial API",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
"serial"
]
}