mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 14:55:30 +02:00
refactor: remove sidebar-related code and update localization references
This commit is contained in:
parent
ce8013124b
commit
031926efb7
33 changed files with 226 additions and 1358 deletions
|
@ -1,15 +0,0 @@
|
|||
# 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"]
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue