{
// This app id is whitelisted for webrtcLoggingPrivate.
// Extension ID: knldjmfmopnpolahpmmgbagdohdnhkik
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcBHwzDvyBQ6bDppkIs9MP4ksKqCMyXQ/A52JivHZKh4YO/9vJsT3oaYhSpDCE9RPocOEQvwsHsFReW2nUEc6OLLyoCFFxIb7KkLGsmfakkut/fFdNJYh0xOTbSN8YvLWcqph09XAY2Y/f0AL7vfO1cuCqtkMt8hFrBGWxDdf9CQIDAQAB",
"name": "webrtcLoggingPrivate webview in RequestInfo test",
"version": "0.1",
"manifest_version": 2,
"description": "Tests initiation of WebRTC audio debug recordings on behalf of a webview with an app using webrtcLoggingPrivate",
"app": {
"background": {
"scripts": ["test.js"]
}
},
"permissions": [
"webrtcLoggingPrivate",
"webrtcLoggingPrivate.audioDebug",
"webview"
]
}