bitwarden-estensione-browser/apps/browser
Matt Gibson c4ff8f99dc
Multi root workspace tweaks (#2858)
* Ignore jest for workspaces without tests (for now)

* Add jest as recommended extension

* Set eslint and prettier file paths

We can't do this on a multi-folder workspace level because the
path depths are not identical between folders

* fix tsconfig extends for

* Simplify bitwarden-licensed web tsconfig

This tsconfig isn't needed to build, since we do that through webpack
and the web client. It's only needed as hints to IDEs

* Remove unintended change

* linter
2022-06-13 21:39:36 -05:00
..
.vscode Multi root workspace tweaks (#2858) 2022-06-13 21:39:36 -05:00
src Autosync the updated translations (#2882) 2022-06-10 16:11:32 +02:00
store Autosync the updated translations (#2854) 2022-06-07 21:41:11 +02:00
.gitignore Migrate cli to jest (#2759) 2022-05-31 16:29:10 +02:00
README.md Update README and CONTRIBUTING to point to contributing.bitwarden.com (#2771) 2022-06-13 17:34:07 +10:00
crowdin.yml Fix Crowdin Pull workflow (#2667) 2022-05-10 10:20:32 -04:00
gulpfile.js [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
jest.config.js Add support for migrated jslib (#2826) 2022-06-03 18:01:07 +02:00
package.json Feature/manifest v3 migration (#2889) 2022-06-10 09:41:34 -04:00
tsconfig.json Add support for migrated jslib (#2826) 2022-06-03 18:01:07 +02:00
tsconfig.spec.json [EC-194] Migrate browser to jest (#2646) 2022-05-10 10:25:35 +02:00
webpack.config.js Feature/manifest v3 migration (#2889) 2022-06-10 09:41:34 -04:00

README.md

Github Workflow build browser on master 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.

My Vault

Documentation

Please refer to the Browser section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.