LedgerHQ / app-passwords

Password Manager application for Ledger devices
Apache License 2.0
82 stars 22 forks source link

How to format list of nicknames in JSON file #32

Closed codycrypto closed 3 years ago

codycrypto commented 3 years ago

I'm trying to restore passwords after a firmware update.

I saved a new JSON backup to see the format I needed to use to input the list of names back into the backup app, but within the JSON file :

"parsed" "nicknames_erased_but_still_stored"

What is the format for inputting the nicknames in this file and do I need to have the entire list or just the ones that I want retrieved?

Thanks.