Advertisement
Guest User

Chrome Master Preferenes

a guest
Jan 19th, 2023
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. {
  2. "homepage": "chrome://newtab",
  3. "homepage_is_newtabpage": true,
  4. "browser": {
  5. "show_home_button": true,
  6. "check_default_browser": false
  7. },
  8. "message_center": {
  9. "welcome_notification_dismissed": true,
  10. "welcome_notification_previously_popped_up": true
  11. },
  12. "import_bookmarks": false,
  13. "import_history": false,
  14. "import_home_page": false,
  15. "import_search_engine": false,
  16. "import_saved_passwords": false,
  17. "enable_do_not_track": true,
  18. "settings": {
  19. "first_run_tutorial_show": true,
  20. "force_safesearch": true
  21. },
  22. "session": {
  23. "restore_on_startup": 5
  24. },
  25. "sync_promo": {
  26. "show_on_first_run_allowed": false,
  27. "sync_promo.user_skipped": true,
  28. "show_ntp_bubble": false
  29. },
  30. "eulaaccepted": true,
  31. "show-first-run-bubble-option": false,
  32. "oobecomplete": true,
  33. "distribution": {
  34. "import_bookmarks": false,
  35. "import_history": false,
  36. "import_home_page": false,
  37. "import_search_engine": false,
  38. "ping_delay": 60,
  39. "suppress_first_run_bubble": true,
  40. "do_not_create_desktop_shortcut": true,
  41. "do_not_create_quick_launch_shortcut": true,
  42. "do_not_create_taskbar_shortcut": true,
  43. "do_not_launch_chrome": true,
  44. "do_not_register_for_update_launch": true,
  45. "make_chrome_default": false,
  46. "make_chrome_default_for_user": false,
  47. "suppress_first_run_default_browser_prompt": true,
  48. "msi": true,
  49. "require_eula": false,
  50. "system_level": true,
  51. "verbose_logging": true
  52. },
  53. "first_run_tabs": [
  54. "chrome://newtab"
  55. ]
  56. }
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement