mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-06 13:27:50 +00:00
17 lines
289 B
Markdown
17 lines
289 B
Markdown
# Zen Side Panels
|
|
|
|
The `zen.sidepanels.data` configuration will be a JSON string that follows the following data:
|
|
|
|
```json
|
|
{
|
|
data: {
|
|
"p1": {
|
|
"url": "https://google.com",
|
|
"ua": false, // "ua" may not be declared! (default: false)
|
|
}
|
|
},
|
|
"index": [
|
|
"p1"
|
|
]
|
|
}
|
|
``` |