<- Chrome Settings Library

NTPShortcuts

Setting shortcuts on the New Tab Page
Last updated August 13, 2025

Setting the policy pre-configures up to 10 custom shortcuts on the Google Chrome New Tab page. If set, users will see these shortcuts by default and users can toggle between “My shortcuts," "Most visited sites" or "My organization's shortcuts" on the "Customize Chrome" panel. If empty or unset, the user will only be able to toggle between “My shortcuts" or "Most visited sites" on the "Customize Chrome" panel. Shortcut URLs must be unique. If allow_user_edit is set to true, users can change the name of the shortcut. If set to false or unset, users cannot edit the name. If allow_user_delete is set to true, users can remove the shortcut. If set to false or unset, users cannot remove the shortcut.

Example value:

[{"url":"https://www.google.com","name":"Google"},{"url":"https://www.youtube.com","name":"YouTube"},{"url":"https://www.drive.google.com","name":"Google Drive","allow_user_edit":true,"allow_user_delete":true}]

Features: