chromium/chrome/test/data/extensions/platform_apps/pointer_lock/no_permission/manifest.json

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