How can I make Hiro Wallet recognize Token's decimals and image

Here is my deployment:

In my contract, I implement the trait “SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-010-trait-ft-standard.sip-010-trait”.

And in the token URI: https://sbp-public.s3.amazonaws.com/json/tabc.json, I specified image like:

{
name: "TABC",
description: "ABC token on testnet",
image: "https://sbp-public.s3.amazonaws.com/images/sbc-token-logo.png"
}

But after mint from the sandbox, the Hiro Wallet seems doesn’t treat my token as sip-010-ft ( can’t transfer and has no decimals and images ),
image