mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
179a3b3726
* Create service factories * Add onInstall hook to service worker * Add factory helper and common options structure * Use factories in main.background * simplify common factory options * Split factory service cache and options. Improve factory method base type handling. * Add dev flag for managed environment.
10 lines
148 B
JSON
10 lines
148 B
JSON
{
|
|
"devFlags": {
|
|
"storeSessionDecrypted": false,
|
|
"managedEnvironment": {
|
|
"base": "https://localhost:8080"
|
|
}
|
|
},
|
|
"flags": {}
|
|
}
|