1
0
Fork 1
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:
mr. M 2025-04-02 10:16:07 +02:00
parent ce8013124b
commit 031926efb7
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
33 changed files with 226 additions and 1358 deletions

View file

@ -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"]
}
```