Change ATV icon

Can someone direct me to the step-by-step instructions on how to change the hijacked icon on ATV (7.1) to the Plex icon. I am running openplex on mac mini and all is working well, and I found some code strings in the imovie icon section of the storefront code that look like what it is referring to, but the instructions in openplex do not specifically say where to paste the code for the new icon into settings.cfg, etc… example??
Thanks

What icon would you like to change? Currently only CyberGhost84 or Wahlman.j themes are able to change the icon unless you specifically input icon into Settings.py and restart PlexConnect on other themes. For example using mine it is set to change iMovie icon (by default in the instructions) to whatever icon you desire so if I wanted to change it from iMove to say WSJ I would change the ‘icon’ string in Settings.cfg then follow the remaining steps as outlined in the app. So after I found the URL for WSJ using the storeFront button (extras tab):

[PlexConnect]
enable_plexgdm = True
ip_pms = 192.168.178.10
port_pms = 32400
enable_dnsserver = True
port_dnsserver = 53
ip_dnsmaster = 8.8.8.8
prevent_atv_update = True
intercept_atv_icon = True
icon = com.apple.imovietheatre.appletv
enable_plexconnect_autodetect = True
ip_plexconnect = 0.0.0.0
hosttointercept = trailers.apple.com
port_webserver = 80
enable_webserver_ssl = True
port_ssl = 443
certfile = ./assets/certificates/trailers.pem
allow_gzip_atv = False
allow_gzip_pmslocal = False
allow_gzip_pmsremote = True
loglevel = Normal
logpath = .

You would paste into this for WSJ:

[PlexConnect]
enable_plexgdm = True
ip_pms = 192.168.178.10
port_pms = 32400
enable_dnsserver = True
port_dnsserver = 53
ip_dnsmaster = 8.8.8.8
prevent_atv_update = True
intercept_atv_icon = True
icon = com.wsjlive.appletv.v2
enable_plexconnect_autodetect = True
ip_plexconnect = 0.0.0.0
hosttointercept = trailers.apple.com
port_webserver = 80
enable_webserver_ssl = True
port_ssl = 443
certfile = ./assets/certificates/trailers.pem
allow_gzip_atv = False
allow_gzip_pmslocal = False
allow_gzip_pmsremote = True
loglevel = Normal
logpath = .

or Trailers:

[PlexConnect]
enable_plexgdm = True
ip_pms = 192.168.178.10
port_pms = 32400
enable_dnsserver = True
port_dnsserver = 53
ip_dnsmaster = 8.8.8.8
prevent_atv_update = True
intercept_atv_icon = True
icon = movie-trailers
enable_plexconnect_autodetect = True
ip_plexconnect = 0.0.0.0
hosttointercept = trailers.apple.com
port_webserver = 80
enable_webserver_ssl = True
port_ssl = 443
certfile = ./assets/certificates/trailers.pem
allow_gzip_atv = False
allow_gzip_pmslocal = False
allow_gzip_pmsremote = True
loglevel = Normal
logpath = .