export function initialize(/* application */) { var data = {}; return data; } export default { name: 'hs-beacon', initialize: initialize };