chromium/chrome/test/data/extensions/api_test/webrtc_logging_private/audio_debug/start_audio_debug_recordings_for_webview_from_app/manifest.json

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