[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / hidden / manifest.json
blob71a83d3743b53a020ec2d68d922c20cf09dcbc0a
2   "name": "Platform App Hidden",
3   "version": "1",
4   "manifest_version": 2,
5   "app": {
6     "background": {
7       "scripts": ["test.js"]
8     }
9   }