I want to make an Ubuntu desktop app that will display my website, kind of like the Amazon app that comes in the default installation.
I am not trying to make an app for Ubuntu Touch, nor setting up my website so it will have Unity integration when users visit it with Mozilla Firefox.
I want mine to be just like the Amazon app. It will have an icon, and won't let users navigate away from my site. (If people click a link on my site to say, facebook.com, I don't want it to let them go there.)
Is there an easy way to make one of these?
Exec=webbrowser-app www.ubuntu.com
you can also choose an icon - http://askubuntu.com/questions/64222/how-can-i-create-launchers-on-my-desktop – Mateo Jul 29 '14 at 20:03