17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"forcedCookies": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object",
|
|
"properties": {
|
|
"domain": { "type": "string" },
|
|
"name": { "type": "string" },
|
|
"value": { "type": "string" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|