mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
a5759ee22a
* Remove ctor initialization in session sync * Fix error message * Prefer messaging over storage for syncing We still need to use storage for instances where we open a popup or worker and need to populate from a cache. However, in MV2, this is only ever stored in a background service, ensuring that all data is stored in from a long-lived context (mv2) or serialized to storage (mv3). * Test new storage scheme |
||
---|---|---|
.. | ||
.vscode | ||
config | ||
src | ||
store | ||
.gitignore | ||
crowdin.yml | ||
gulpfile.js | ||
jest.config.js | ||
package.json | ||
README.md | ||
test.setup.ts | ||
tsconfig.json | ||
tsconfig.spec.json | ||
webpack.config.js |
Bitwarden Browser Extension
The Bitwarden browser extension is written using the Web Extension API and Angular.
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.