alert("Your browser does not support this app");
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
Won't version number effect in detecting the chromium browsers?
--
if (window.chrome && chrome.app && chrome.app.isInstalled) {
// Chrome app is installed.
} else {
// Direct to store to install the app.
}
--