This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/jibri-install/files/chrome-extension-cookie/schema.json
T
2021-04-28 15:43:34 +00:00

17 lines
305 B
JSON

{
"type": "object",
"properties": {
"forcedCookies": {
"type": "array",
"items": {
"type": "object",
"properties": {
"domain": { "type": "string" },
"name": { "type": "string" },
"value": { "type": "string" }
}
}
}
}
}