How to change image when prompting game favourite

Hey, so basically I have a script that prompts the player to favourite the game after 60 seconds. Everything works perfectly however the image that shows is the game thumbnail and not the game icon… Does anyone know how to change this?

Image:
image

Script:

local AvatarEditorService = game:GetService("AvatarEditorService")

task.wait(60)
AvatarEditorService:PromptSetFavorite(70572286404760, Enum.AvatarItemType.Asset, true)