Site specific browser based on Firefox/XULRunner.
You can view specific web site as an independent application.
You can simply call "launcher.bat" or "launcher.sh" to make shortcut icon for web application.
Or, directly call:
(path-to-firefox)/firefox -app (path-to-ssbrowser)/application.ini [-no-remote] -url (URL) [-include (include-regexp)] [-exclude (exclude-regexp)] [-P (profile-name)] [-title (window-title)]
OR:
(path-to-xulrunner)/xulrunner (path-to-ssbrowser)/application.ini [-no-remote] -url (URL) [-include (include-regexp)] [-exclude (exclude-regexp)] [-P (profile-name)] [-title (window-title)]
If you will use multiple ssbrowser instance, add "-no-remote" option (and use different profiles).