browser-extension: returning appName

pull/1856/head
antelle 2021-04-07 21:16:48 +02:00
parent dc4742bf5c
commit 26d226bb17
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ const ProtocolHandlers = {
return {
action: 'change-public-keys',
version: RuntimeInfo.version,
appName: 'KeeWeb',
publicKey: kdbxweb.ByteUtils.bytesToBase64(keys.publicKey),
success: 'true'
};