Backing up in Old Edge


  1. Open Authenticator, right click, and choose “Inspect Element”

step1

  1. Go to the “Console” tab at the top of the new window
  2. Paste this into the console and hit enter
    browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2)))
    

step3

  1. Copy the result to notepad

step4

  1. Save as a file ending in .json

step5