yao/sandbox/docker/chrome/config/chrome-preferences.json
Max 95cdf7961c Add Chrome support to sandbox module and update documentation
- Introduce a new Chrome image for the sandbox, enabling VNC access with real Chrome and CDP support (amd64 only).
- Update README to reflect the addition of the Chrome image and its build instructions.
- Modify build script to include a dedicated build process for the Chrome image.
- Enhance .gitignore to exclude the new Chrome plan file.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 17:48:49 +08:00

34 lines
906 B
JSON

{
"browser": {
"enabled_labs_experiments": ["disable-search-engine-collection@2"],
"check_default_browser": false,
"has_seen_welcome_page": true
},
"profile": {
"default_content_setting_values": {
"notifications": 2
}
},
"credentials_enable_service": false,
"translate": {
"enabled": false
},
"intl": {
"accept_languages": "en-US,en"
},
"distribution": {
"skip_first_run_ui": true,
"show_welcome_page": false,
"import_bookmarks": false,
"import_history": false,
"import_search_engine": false,
"suppress_first_run_bubble": true,
"do_not_create_desktop_shortcut": true,
"do_not_create_quick_launch_shortcut": true,
"do_not_create_taskbar_shortcut": true,
"do_not_launch_chrome": true,
"do_not_register_for_update_launch": true,
"make_chrome_default": false,
"make_chrome_default_for_user": false
}
}