move_candidate_to_front_of_manifest = function(name) local index = array.find(Manifest, name) if index then table.remove(Manifest, index) table.insert(Manifest, 1, name) end end