{
"name": "pointer lock access apitest pass",
"description": "tests pointer lock is accessible from this extension",
"version": "1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [ "pointerLock" ]
}