chromium/chrome/browser/resources/hangout_services/manifest_v3.json

{
  // Manifest V3 version of the extension, otherwise equivalent to manifest_v2.json.
  // Only one of manifest_v2.json or manifest_v3.json will be loaded, chosen at
  // runtime based on the kHangoutsExtensionV3 base feature.

  // Extension ID: nkeimhogjdpnpccoofpliimaahmaaome
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAQt2ZDdPfoSe/JI6ID5bgLHRCnCu9T36aYczmhw/tnv6QZB2I6WnOCMZXJZlRdqWc7w9jo4BWhYS50Vb4weMfh/I0On7VcRwJUgfAxW2cHB+EkmtI1v4v/OU24OqIa1Nmv9uRVeX0GjhQukdLNhAE6ACWooaf5kqKlCeK+1GOkQIDAQAB",

  "name": "Google Hangouts",
  // Note: Always update the version number when this file is updated. Chrome
  // triggers extension preferences update on the version increase.
  "version": "1.4.0",
  "manifest_version": 3,
  "externally_connectable": {
    "matches": [
      "https://*.google.com/*"
    ]
  },
  "background": {
    "service_worker": "thunk.js"
  },
  "incognito": "split",
  "permissions": [
    "desktopCapture",
    "enterprise.hardwarePlatform",
    "processes",
    "system.cpu",
    "webrtcDesktopCapturePrivate",
    "webrtcLoggingPrivate"
  ]
}