[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / isolation / manifest.json
blob82d6128b003ec83a748dd7948b506f3570550a9e
2   "name": "Platform App Test: isolated storage",
3   "version": "1",
4   "app": {
5     "background": {
6       "scripts": ["test.js"]
7     }
8   },
9   "permissions": [
10     "http://localhost/"
11   ]