Differences From 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]
To Artifact [6924f71c75]:
- File build/chrome/manifest.json.in — part of check-in [4ce30d9e04] at 2019-06-05 18:12:58 on branch ssh-agent-ui — Work on getting an SSH agent UI going (user: rkeene, size: 675) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + + | }, "app": { "background": { "scripts": [ "google-pcsc.js", "jsrsasign.js", "options.js", "ssh-agent.js", "cackey.js" ], "persistent": false } }, "permissions": [ "certificateProvider", "storage", "alwaysOnTopWindows" ], "externally_connectable": { "ids": [ "pnhechapfaindjhompbnflcldabbghjo", "okddffdblfhhnmhodogpojmfkjmhinfp" ] } } |