1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-07 09:31:31 +01:00
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Go to file
2019-03-06 16:53:58 -05:00
jslib@82f8f2b85e update jslib 2019-03-06 15:47:09 -05:00
src fix style on no org message 2019-03-06 16:53:58 -05:00
store New Crowdin translations (#870) 2019-02-14 22:54:30 -05:00
.editorconfig
.gitignore
.gitmodules
ci-build.cmd
CONTRIBUTING.md
crowdin.yml
gulpfile.js postinstall task for fixing sweetalert typings 2019-01-25 15:05:18 -05:00
ISSUE_TEMPLATE.md
karma.conf.js
LICENSE.txt
package-lock.json postinstall task for fixing sweetalert typings 2019-01-25 15:05:18 -05:00
package.json postinstall task for fixing sweetalert typings 2019-01-25 15:05:18 -05:00
README.md Update README.md 2019-02-20 16:16:31 -05:00
SECURITY.md
tsconfig.json
tslint.json
webfonts.list
webpack.config.js

appveyor build Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Browser Extension

The Bitwarden browser extension is written using the Web Extension API and Angular.

Build/Run

Requirements

  • Node.js v8.11 or greater
  • Gulp (npm install --global gulp-cli)
  • Chrome (preferred), Opera, or Firefox browser

Run the app

npm install
npm run build:watch

You can now load the extension into your browser through the browser's extension tools page:

  • Chrome/Opera:
    1. Type chrome://extensions in your address bar to bring up the extensions page.
    2. Enable developer mode (checkbox)
    3. Click the "Load unpacked extension" button, navigate to the build folder of your local extension instance, and click "Ok".
  • Firefox
    1. Type about:debugging in your address bar to bring up the add-ons page.
    2. Click the Load Temporary Add-on button, navigate to the build/manifest.json file, and "Open".

Contribute

Code contributions are welcome! Please commit any pull requests against the master branch. Learn more about how to contribute by reading the CONTRIBUTING.md file.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.