Differences From Artifact [46508e25a5]:
- File build/chrome/manifest.json.in — part of check-in [5d6a50ef48] at 2019-01-31 07:16:21 on branch trunk — Added SSH agent support (user: rkeene, size: 518) [annotate] [blame] [check-ins using]
To Artifact [5fb3c02ed9]:
- File build/chrome/manifest.json.in — part of check-in [e04736eb53] at 2019-01-31 13:29:43 on branch trunk — Ensure externally connectable IDs are present (user: rkeene, size: 643) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
21 22 23 24 25 26 27 | "persistent": false } }, "permissions": [ "certificateProvider", "alwaysOnTopWindows" | > > > > > | > | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | "persistent": false } }, "permissions": [ "certificateProvider", "alwaysOnTopWindows" ], "externally_connectable": { "ids": [ "pnhechapfaindjhompbnflcldabbghjo", "okddffdblfhhnmhodogpojmfkjmhinfp" ] } } |