1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 23:00:01 +02:00
zen-desktop/docs/side-panels.md
2024-09-09 19:36:14 +02:00

283 B

Zen Side Panels

The zen.sidepanels.data configuration will be a JSON string that follows the following data:

{
  "data": {
    "p1": {
      "url": "https://google.com",
      "ua": false // "ua" may not be declared! (default: false)
    }
  },
  "index": ["p1"]
}