Link To DocType List View From Desktop Icon

Is it possible to create a link from a custom desktop icon to a DocType list view like desk#List/Customer?
You can visit the POS page by clicking on the POS desktop icon which uses this code in erpnext/config/desktop.py:
“POS”: {
“color”: “#589494”,
“icon”: “icon-th”,
“icon”: “octicon octicon-credit-card”,
“type”: “page”,
“link”: “pos”
},

I would like to make a direct link to desk#List/Customer but cannot get it to work.

Thanks

https://github.com/frappe/frappe/blob/develop/frappe/config/desktop.py#L30