Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / file_system / save_existing / manifest.json
blob8615a7196928bbcdadb442df67f5168e043cce0d
2   "name": "chrome.fileSystem save existing file",
3   "version": "0.1",
4   "description": "Test for chrome.fileSystem.chooseFile saving existing file.",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "permissions": [
11     {
12       "fileSystem": []
13     }
14   ]