1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

someone in Chrome store reported a JSON Schema error when trying to install uBO

This commit is contained in:
gorhill 2015-11-04 16:00:27 -05:00
parent 3f58982171
commit fee26a70bc

View File

@ -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"
}
}
}