Icons showing on one browser and not another

In Safari, my icons are actually showing up, but in Chrome they are not.

I am not even sure where to start in terms of figuring out why this is occurring. Can someone help me out?

{ "default_icon": "http://www.airedalez.net/wordpress/wp-content/uploads/2015/05/itach.png", "x": "2", "y": "3", "inScene": "0", "Tabs": [ { "Label": { "lang_tag": "ui7_tabname_control", "text": "Control" }, "Position": "0", "TabType": "flash", "top_navigation_tab": 1, "ControlGroup": [ { "id": "1", "scenegroup": "1" }, { "id": "2", "scenegroup": "2" } ], "SceneGroup": [ { "id": "1", "top": "1", "left": "0", "x": "2", "y": "1" }, { "id": "2", "top": "2", "left": "0", "x": "2", "y": "1", "isSingle": "1" } ], "Control": [ { "ControlGroup": "4", "ControlType": "input", "ID": "irBlast", "Display": { "Top": 240, "Left": 20, "Width": 80, "Height": 20 } } ] }, { "Label": { "lang_tag": "ui7_settings", "text": "Settings" }, "Position": "1", "TabType": "javascript", "ScriptName": "shared.js", "Function": "simple_device" }, { "Label": { "lang_tag": "ui7_advanced", "text": "Advanced" }, "Position": "2", "TabType": "javascript", "ScriptName": "shared.js", "Function": "advanced_device" }, { "Label": { "lang_tag": "ui7_device_options", "text": "Device Options" }, "Position": "3", "TabType": "javascript", "ScriptName": "shared.js", "Function": "device_zwave_options" }, { "Label": { "lang_tag": "ui7_logs", "text": "Logs" }, "Position": "4", "TabType": "javascript", "ScriptName": "shared.js", "Function": "device_logs" }, { "Label": { "lang_tag": "ui7_notifications", "text": "Notifications" }, "Position": "5", "TabType": "javascript", "ScriptName": "shared.js", "Function": "device_notifications" }, { "Label": { "lang_tag": "ui7_device_scenes", "text": "Scenes" }, "Position": "6", "TabType": "javascript", "ScriptName": "shared.js", "Function": "device_scenes" } ], "eventList2": [], "device_type": "urn:schemas-airedalez-net:device:iTachWifi:1" }

Hi airedale,

Try to host the icon on a https server. It should work.

All the Bests,

  • Andrei -

Andrei,

I can appreciate that guidance, but other apps do this (iphone locater) is a great example. Before I start down this path of modifying, I’d like to understand why this is occurring on one browser and not another.

Thanks!