v133 ยท miscellaneous
Remove Chrome Welcome page triggering via initial prefs first run tabs
Including "chrome://welcome" in the "first_run_tabs" property of the "initial_preferences" file will now have no effect. This is removed because that page is redundant with the First Run Experience that triggers on desktop platforms.
concepts
-
Welcome page removal
Drops the legacy initial_prefs trigger for chrome://welcome. Enterprises should use first-run policies.
-
Alt onboarding playbook
Three working replacement paths for IT admins who relied on the dropped trigger:
first_run_tabswith a real URL,RestoreOnStartupURLspolicy, andHomepageLocation. -
initial_preferences JSON builder
Compose a ready-to-deploy
initial_preferencesfile. Warns the moment you include the deprecatedchrome://welcomestring infirst_run_tabs. -
Enterprise policy validator
Paste any
initial_preferencesJSON file. Validates for the deprecatedchrome://welcometrigger, unknown keys, non-HTTPS homepages, and other Chrome 133 compliance issues โ with a summary badge and per-rule results.
why it shipped
Including "chrome://welcome" in the "first_run_tabs" property of the "initial_preferences" file will now have no effect. This is removed because that page is redundant with the First Run Experience that triggers on desktop platforms.