Hello ERPNext Community!
What I wanted to do is to create an Icon on the ERPNext Desktop that would link me to a url.
This is what I have added to my desktop.py
{
"module_name": "Employee Attendance",
"color": "#3498db",
"icon": "octicon octicon-repo",
"type": "link",
"link": "http://localhost:5000/"
},