chromium/chrome/test/data/extensions/api_test/webrtc_logging_private/no_get_logs_directory_permissions/manifest.json

{
 // Hangouts services component extension id used below.
 // Extension ID: nkeimhogjdpnpccoofpliimaahmaaome
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAQt2ZDdPfoSe/JI6ID5bgLHRCnCu9T36aYczmhw/tnv6QZB2I6WnOCMZXJZlRdqWc7w9jo4BWhYS50Vb4weMfh/I0On7VcRwJUgfAxW2cHB+EkmtI1v4v/OU24OqIa1Nmv9uRVeX0GjhQukdLNhAE6ACWooaf5kqKlCeK+1GOkQIDAQAB",
  "name": "chrome.webrtcLoggingPrivate.getLogsDirectory no permission from the Hangouts component extension test",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Tests access to WebRTC Logs directory via chrome.webrtcLoggingPrivate.getLogsDirectory from the Hangouts component extension.",
  "background": {
    "scripts": ["test.js"]
  },
  "permissions": ["webrtcLoggingPrivate"]
}