{
"name": "fullscreen access apitest, has permission",
"description": "tests fullscreen is accessible from this app",
"version": "1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [ "fullscreen" ]
}