[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / get_display_path / manifest.json
blob5c5e2d788439906d8ca8ce69326d6ac7c771b452
2   "name": "Platform App fileSystem.getDisplayPath test",
3   "version": "1",
4   "file_handlers": {
5     "text": {
6       "types": [
7         "text/*"
8       ]
9     }
10   },
11   "permissions": [
12     {
13       "fileSystem": []
14     }
15   ],
16   "app": {
17     "background": {
18       "scripts": ["test.js"]
19     }
20   }