diff options
Diffstat (limited to '')
-rw-r--r-- | data/initial-setup.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/initial-setup.json b/data/initial-setup.json new file mode 100644 index 0000000..d56b03a --- /dev/null +++ b/data/initial-setup.json @@ -0,0 +1,8 @@ +{ + "hasWindows": true, + "components": ["networkAgent"], + "panel": { "left": [], + "center": [], + "right": ["a11y", "keyboard", "aggregateMenu"] + } +} |