Files
desktop/docs/side-panels.md
2024-04-27 00:01:46 +02:00

289 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",
      "ua": false, // "ua" may not be declared! (default: false)
    }
  },
  "index": [
    "p1"
  ]
}