{
"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"]
}
}
}