AppConfig-Sample-with-Policies.json 698 B

123456789101112131415161718192021222324252627282930
  1. {
  2. {
  3. "Main": {
  4. "Debug": true,
  5. "DebugToFile": true,
  6. "ConfigPath": "%AppData%\\delight software gmbh\\delightSmartWindows"
  7. },
  8. "UserDefaults": {
  9. "Version": 2,
  10. "MinimizeOnStart": true,
  11. "StartWithWindows": true,
  12. "ShowTrayIcon": true,
  13. "ShowNotifications": true,
  14. "CheckForUpdates": true,
  15. "RestoreMinimizedOnlyWhenOpen": true,
  16. "SaveRestoreDesktopWallpaper": 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. }
  30. }