chromium/chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json

{
  "name": "Platform App Test: <webview> geolocation cancelRequest test",
  "manifest_version": 2,
  "description": "Loads a guest that has an iframe and the iframe requests geolocation, before deciding the geolocation permission, the iframe navigates away, canceling the permisison request",
  "version": "1",
  "permissions": [
    "geolocation",
    "webview"
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  }
}