I am trying to build an Adobe AIR application that will run on Linux/Mac OS/Windows, which monitors user's browsing history.
How can my AIR application find out which browsers are installed? In other words, the list of browsers' history to monitor.
Also is there any way to know if a browser is running or not at run time?
As for the history file, I've got some information on Firefox, so any information/link on reading/parsing history file of IE/Safari/Opera/Chrome will be appreciated.