[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / web_view / common / manifest.json
blob61ceb3fd615f45522ad748b9f946dcd308fa02e1
2   "name": "Platform App Test: <webview> New Window",
3   "description": "Loads a an to run WebViewTest and WebViewInteractive tests.",
4   "version": "1",
5   /**
6    * Careful when adding permissions here.
7    * In regular case, you shouldn't require to add more permissions here.
8    * If you do, create a separate test app.
9    */
10   "permissions": [
11     "webview"
12   ],
13   "app": {
14     "background": {
15       "scripts": ["test.js"]
16     }
17   }