1{
2    "section1": {
3        "type": "section",
4        "description": "Behavior"
5    },
6    "ignoreTransientNotifications": {
7        "type": "switch",
8        "default": true,
9        "description": "Ignore transient notifications",
10        "tooltip" : "Check this to ignore transient notifications."
11    },
12    "section2": {
13        "type": "section",
14        "description": "Display"
15    },
16    "showEmptyTray" : {
17        "type" : "switch",
18        "default" : false,
19        "description" : "Show empty tray",
20        "tooltip" : "Check this to show the tray even when there are no new notifications."
21    },
22        "section3": {
23        "type": "section",
24        "description": "Keyboard shortcuts"
25    },
26        "keyOpen": {
27        "type": "keybinding",
28        "description": "Show notifications",
29        "default": "<Super>n",
30        "tooltip" : "Set keybinding(s) to show the notification popup menu."
31    },
32        "keyClear": {
33        "type": "keybinding",
34        "description": "Clear notifications",
35        "default": "<Shift><Super>c",
36        "tooltip" : "Set keybinding(s) to clear all notifications."
37    },
38    "section4": {
39        "type": "section",
40        "description": ""
41    },
42    "btnSystemSettings" : {
43        "type" : "button",
44        "description" : "Open notification settings",
45        "callback": "on_btn_open_system_settings_clicked"
46    }
47}
48