Files
nixos/.config/chromium-backup/Default/Extensions/nngceckbapebfimnlniiiahkandclblb/2025.12.1_0/managed_schema.json
Melvin Ragusa d3d7242351 add: .config
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 14:58:13 +01:00

21 lines
509 B
JSON

{
"type": "object",
"properties": {
"environment": {
"type": "object",
"properties": {
"base": {
"type": "string",
"description": "Base url, typically only this value needs to be set"
},
"webVault": { "type": "string" },
"api": { "type": "string" },
"identity": { "type": "string" },
"icons": { "type": "string" },
"notifications": { "type": "string" },
"events": { "type": "string" }
}
}
}
}