Skip to content

Authenticator-Extension/Authenticator

Repository files navigation

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

You can install Authenticator from the Chrome Web Store or from Firefox Add-ons.

Build Setup

Compile for Chrome:

npm install
npm run chrome

Compile for Firefox:

npm install
npm run firefox

Compile for development:

# install typescript
npm install -g typescript
#install gts
npm install -g gts
# install dependencies
npm install
# check typescript style
gts check
# try to auto fix style issue
gts fix
# compile
npm run compile