nix/config/zen/containers.json
2026-03-03 01:32:25 -05:00

50 lines
1,021 B
JSON

{
"version": 5,
"lastUserContextId": 5,
"identities": [
{
"icon": "fingerprint",
"color": "blue",
"l10nId": "user-context-personal",
"public": true,
"userContextId": 1
},
{
"icon": "briefcase",
"color": "orange",
"l10nId": "user-context-work",
"public": true,
"userContextId": 2
},
{
"icon": "dollar",
"color": "green",
"l10nId": "user-context-banking",
"public": true,
"userContextId": 3
},
{
"icon": "cart",
"color": "pink",
"l10nId": "user-context-shopping",
"public": true,
"userContextId": 4
},
{
"public": false,
"icon": "",
"color": "",
"name": "userContextIdInternal.thumbnail",
"accessKey": "",
"userContextId": 5
},
{
"userContextId": 4294967295,
"public": false,
"icon": "",
"color": "",
"name": "userContextIdInternal.webextStorageLocal",
"accessKey": ""
}
]
}