impersonator-eth / impersonator-extension

Browser extension that enables you to Log-in as ANY address on ALL dapps
54 stars 6 forks source link

feat: firefox add-on compatibility #7

Closed Barabazs closed 3 weeks ago

Barabazs commented 3 months ago

This PR:

[!IMPORTANT]
The first version has to be published manually.

  1. yarn install
  2. yarn build
  3. Make an archive of the source code so they can review the extension if needed: git archive --output source.zip HEAD -- ":!.github"
  4. web-ext build --source-dir build, this should create a zip file under ./web-ext-artifacts.
  5. Use the previously generated file to submit the add-on in the first step as on Listing on AMO

[!NOTE] Once the add-on is published, the following secrets need to be added to the repo:

  • WEB_EXT_API_KEY
  • WEB_EXT_API_SECRET

closes #6

apoorvlathey commented 2 months ago

Thanks a lot for this PR!! Going through & testing it out now

apoorvlathey commented 3 weeks ago

Thank you again. I have submitted the add-on to the mozilla store. Waiting for it to get accepted.