}
// Set the user path according to application's name.
-// FIXME: This is guard for bringup.
-//app.setPath('userData', path.join(app.getPath('appData'), app.getName()))
-//app.setPath('userCache', path.join(app.getPath('cache'), app.getName()))
+// FIXME: use app.getPath('cache') instead of app.getPath('appData').
+// This is for bringup.
+// app.setPath('userData', path.join(app.getPath('appData'), app.getName()))
+app.setPath('userData', path.join(app.getPath('cache'), app.getName()))
+app.setPath('userCache', path.join(app.getPath('cache'), app.getName()))
app.setAppPath(packagePath)
// Load the chrome extension support.
-// FIXME: This is guard for bringup.
-//require('./chrome-extension')
+require('./chrome-extension')
// Load internal desktop-capturer module.
// FIXME: This is guard for bringup.