Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: chrome/browser/resources/hangout_services/manifest.json

Issue 1093893004: Revert of Update the extension whitelist for application host change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // Extension ID: nkeimhogjdpnpccoofpliimaahmaaome 2 // Extension ID: nkeimhogjdpnpccoofpliimaahmaaome
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAQt2ZDdPfoSe/JI6ID5bgLHRCnCu9T3 6aYczmhw/tnv6QZB2I6WnOCMZXJZlRdqWc7w9jo4BWhYS50Vb4weMfh/I0On7VcRwJUgfAxW2cHB+Ekm tI1v4v/OU24OqIa1Nmv9uRVeX0GjhQukdLNhAE6ACWooaf5kqKlCeK+1GOkQIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAQt2ZDdPfoSe/JI6ID5bgLHRCnCu9T3 6aYczmhw/tnv6QZB2I6WnOCMZXJZlRdqWc7w9jo4BWhYS50Vb4weMfh/I0On7VcRwJUgfAxW2cHB+Ekm tI1v4v/OU24OqIa1Nmv9uRVeX0GjhQukdLNhAE6ACWooaf5kqKlCeK+1GOkQIDAQAB",
4 4
5 "name": "Google+ Hangouts", 5 "name": "Google+ Hangouts",
6 "version": "1.0", 6 "version": "1.0",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 "externally_connectable": { 8 "externally_connectable": {
9 "matches": [ 9 "matches": [
10 "https://hangouts.google.com/*", 10 "https://*.google.com/hangouts*",
11 "https://*talkgadget.google.com/*",
12 "https://plus.google.com/hangouts*",
13 // For tests. 11 // For tests.
14 "*://localhost/*" 12 "*://localhost/*"
15 ] 13 ]
16 }, 14 },
17 "background": { 15 "background": {
18 "page": "background.html", 16 "page": "background.html",
19 "persistent": false 17 "persistent": false
20 }, 18 },
21 "incognito": "split", 19 "incognito": "split",
22 "permissions": [ 20 "permissions": [
23 "alarms", 21 "alarms",
24 "desktopCapture", 22 "desktopCapture",
25 "processes", 23 "processes",
26 "system.cpu", 24 "system.cpu",
27 "webrtcAudioPrivate", 25 "webrtcAudioPrivate",
28 "webrtcLoggingPrivate" 26 "webrtcLoggingPrivate"
29 ] 27 ]
30 } 28 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698