Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / hangout_services / manifest.json
blob253635f6626a0b035d042435887d125f06076d95
2   // Extension ID: nkeimhogjdpnpccoofpliimaahmaaome
3   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAQt2ZDdPfoSe/JI6ID5bgLHRCnCu9T36aYczmhw/tnv6QZB2I6WnOCMZXJZlRdqWc7w9jo4BWhYS50Vb4weMfh/I0On7VcRwJUgfAxW2cHB+EkmtI1v4v/OU24OqIa1Nmv9uRVeX0GjhQukdLNhAE6ACWooaf5kqKlCeK+1GOkQIDAQAB",
5   "name": "Google+ Hangouts",
6   "version": "1.1",
7   "manifest_version": 2,
8   "externally_connectable": {
9     "matches": [
10       "https://hangouts.google.com/*",
11       "https://talkgadget.google.com/*",
12       "https://*.talkgadget.google.com/*",
13       "https://plus.google.com/hangouts*",
14       // For tests.
15       "*://localhost/*"
16     ]
17   },
18   "background": {
19     "page": "background.html",
20     "persistent": false
21   },
22   "incognito": "split",
23   "permissions": [
24     "desktopCapture",
25     "processes",
26     "system.cpu",
27     "webrtcAudioPrivate",
28     "webrtcDesktopCapturePrivate",
29     "webrtcLoggingPrivate"
30   ]