Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / launch_new_file / manifest.json
blob47e851801a72861948d7100118535adfba838341
2   "name": "Platform App Launch Test",
3   "version": "1",
4   "file_handlers": {
5     "text": {
6       "types": [
7         "text/*"
8       ]
9     }
10   },
11   "app": {
12     "background": {
13       "scripts": ["test.js", "test_util.js"]
14     }
15   },
16   "permissions": [
17     {"fileSystem": ["write"]}
18   ]