[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / fullscreen / no_permission / manifest.json
blob01c3e6406509859aabe277fd1221fd4ea177e733
2   "name": "fullscreen access apitest, without permission",
3   "description": "tests fullscreen is not accessible from this app",
4   "version": "1",
5   "manifest_version": 2,
6   "app": {
7     "background": {
8       "scripts": ["background.js"]
9     }
10   },
11   "permissions": [ ]