mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 10:52:38 +01:00
b9f3523c95
Related discussion: - https://github.com/uBlockOrigin/uBOL-issues/discussions/61 Example of usage (chromium/linux): { "3rdparty": { "extensions": { "ddkjiahejlhfcafbddmgiahcphecmpfh": { "disableFirstRunPage": true } } } }
16 lines
359 B
JSON
16 lines
359 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|