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