summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/hangout_services/manifest.json
blob: 211426e16f2435aa36c56f66da62eab9dcca99b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  // 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.1.2",
  "manifest_version": 2,
  "externally_connectable": {
    "matches": [
      "https://*.google.com/*",
      // For tests.
      "*://localhost/*"
    ]
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "incognito": "split",
  "permissions": [
    "desktopCapture",
    "processes",
    "system.cpu",
    "webrtcAudioPrivate",
    "webrtcDesktopCapturePrivate",
    "webrtcLoggingPrivate"
  ]
}