How to change the ServiceNow logo displayed on chrome browser tab when a custom workspace is opened.SummaryHow to change the ServiceNow logo displayed on chrome browser tab when a custom workspace is opened.ReleaseQuebec & RomeInstructions- Login to the instance - Change the application scope to the custom application scope in which the custom Workspace experience is created. - Open the "UX Theme" record (Table: sys_ux_theme) which is applied to the custom workspace. - Open the "UX Theme Assets" related list. - Click on New -In the 'Asset' field click on search icon "UX Theme Assets" list will be displayed. - Click on New button to create a new asset (Table : sys_ux_theme_asset) - Fill the mandatory fields and attach the logo image file which needs to be shown on browser tab. - Click on Submit button. - Now the 'UX Theme Asset' will be created in the custom application scope. - In the 'Asset Properties' field, enter the below code . { "position": "favicon" } -Click on Submit button and update the theme record. - Now the logo on the browser tab will be changed to the attached asset file.