Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / file_system / open_cancel / manifest.json
blob8c5e11c813cfae27a07515927343cb586e74a35f
2   "name": "chrome.fileSystem open cancel.",
3   "version": "0.1",
4   "description": "Test for chrome.fileSystem.chooseFile opening cancelled.",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "permissions": [
11     {
12       "fileSystem": []
13     }
14   ]