svoid startChromeApp(S url) { nohup(chromeCmd() + " --app=" + url); } svoid startChromeApp(File f) { startChromeApp(str(fileToURL(f))); }