mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-03/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"adminSettings": {
|
|
"title": "A valid JSON string compliant with uBO's backup format.",
|
|
"description": "All entries present will overwrite local settings.",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|