AppConfig-Sample-with-Policies.json 758 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "Main": {
  3. "Debug": true,
  4. "DebugToFile": true,
  5. "ConfigPath": "%AppData%\\delight software gmbh\\delightSmartWindows"
  6. },
  7. "UserDefaults": {
  8. "Version": 3,
  9. "MinimizeOnStart": true,
  10. "StartWithWindows": true,
  11. "ShowTrayIcon": true,
  12. "ShowNotifications": true,
  13. "CheckForUpdates": true,
  14. "RestoreMinimizedOnlyWhenOpen": true,
  15. "SaveRestoreDesktopWallpaper": true,
  16. "InactivitySnapshots": true,
  17. "Language": "English"
  18. },
  19. "Policy": {
  20. "MinimizeOnStart": true,
  21. "StartWithWindows": true,
  22. "ShowTrayIcon": false,
  23. "ShowNotifications": false,
  24. "CheckForUpdates": false,
  25. "UpdatesEnabled": false,
  26. "DisableFirstStart": true,
  27. "RestoreMinimizedOnlyWhenOpen": true,
  28. "SaveRestoreDesktopWallpaper": true,
  29. "InactivitySnapshots": true
  30. }
  31. }