[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / app_window_2 / manifest.json
blob11807034bb2d31a5bb2fcfa08eb2b1cb139f3cd4
2   "name": "App Window",
3   "description": "A test app which opens a window.",
4   "version": "1.0",
5   "manifest_version": 2,
6   "app": {
7     "background": {
8       "scripts": ["main.js"]
9     }
10   }