mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
someone in Chrome store reported a JSON Schema error when trying to install uBO
This commit is contained in:
parent
3f58982171
commit
fee26a70bc
1 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue