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 / save_background / manifest.json
blobe0d8f0741ec106b1163a14862eb8cb99da56a209
2   "name": "chrome.fileSystem save from background.",
3   "version": "0.1",
4   "description": "Test for chrome.fileSystem.chooseFile save from background.",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "permissions": [
11     {
12       "fileSystem": ["write"]
13     }
14   ]