mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-08 14:23:25 +00:00
219 B
219 B
Zen Side Panels
The zen.sizepanels.data configuration will be a JSON string that follows the following data:
{
data: {
"p1": {
"url": "https://google.com"
}
},
"index": [
"p1"
]
}