How to show a image when scanning NFC tag

Hello,
I am looking a way to show a local image stored in /media folder in my Raspberry Pi 5 when scanning a NFC tag with my mobile phone.
I have tried the browser integration by adding "browser: " in my configuration.yaml and it now allows me to introduce Navigate actions in the visual editor, but it does not seem to work. This is the automation I am trying:

alias: Se escanea la etiqueta Caixa menjador 1
description: ""
triggers:
  - trigger: tag
    tag_id: f3395a03-8ddb-4bf0-a589-475f46888c42
conditions: []
actions:
  - action: browser.browse_url
    metadata: {}
    data:
      url: /media/caixa_menjador_1.png
mode: single

I have also tried to change the URL to simply “https://www.google.com” and it still does not work. Any idea on how to make this Browser native integration to work? Or maybe another integration? Thanks

I’d be more inclined to try it with a browser_mod popup and an embedded Picture Entity or Picture Glance card.

I just gave the browser integration a go and also failed to understand how it’s supposed to function.