Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / serial / real_hardware / manifest.json
bloba38b7186414386bb22411e415b59dfa547310eae
2   "name": "chrome.serial real hardware",
3   "version": "0.1",
4   "description": "end-to-end real-hardware test for chrome.serial API",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "permissions": [
11     "serial"
12   ]