Byparr/extentions/uBOL-home/managed_storage.json

16 lines
359 B
JSON
Raw Normal View History

2024-07-24 13:57:40 +00:00
{
"$schema": "http://json-schema.org/draft-03/schema#",
"type": "object",
"properties": {
"noFiltering": {
"title": "List of domains for which no filtering should occur",
"type": "array",
"items": { "type": "string" }
},
"disableFirstRunPage": {
"title": "Disable first run page",
"type": "boolean"
}
}
}