// 570AppRegistryHermes
$this->applications['hermes'] = array(
    'fileroot' => dirname(__FILE__) . '/../hermes',
    'webroot' => $this->applications['horde']['webroot'] . '/hermes',
    'name' => _("Time Tracking"),
    'status' => 'inactive',
    'menu_parent' => 'office',
    'provides' => 'time'
);

$this->applications['hermes-watch'] = array(
    'status' => 'block',
    'app' => 'hermes',
    'blockname' => 'stopwatch',
    'menu_parent' => 'hermes',
);

