r3-config/clients.js

69 lines
2.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

var clients = {
'3d-pong' : {
title : "Gamewheel Multiplayer VR Pong",
ogUrl : "http://3d-pong.cybafelo.local",
ogType : "website",
ogTitle : "Gamewheel Multiplayer VR Pong",
ogDescription : "Games is our game",
ogImage : "http://3d-pong.cybafelo.local/pong_image.png",
ctaUrl : "https://www.cybafelo.local",
account : 'root',
subAccount : 'root',
nameOfTheGame : 'pong',
messageItemStart : 'VR Pong - Invite your friends to play!',
messageItemEnd : [
'Challenge your friends :)'
],
endSceneIndex : {
'default': {
title : 'Great Job!',
message : 'Challenge your friends or learn more about Gamewheel',
cta : 'https://www.cybafelo.local',
quote : 'VR PONG!'
}
}
},
'3doo' : {
title : "3doo - VR Pong",
ogUrl : "http://3doo.cybafelo.local",
ogType : "website",
ogTitle : "3doo VR App",
ogDescription : "Spiele PONG in 3d und VR mit 3doo",
ogImage : "http://3doo.cybafelo.local/pong_image.png",
ctaUrl : "https://3doo.com",
account : '3doo',
subAccount : 'root',
nameOfTheGame : 'pong',
messageItemStart : '3doo VR Pong - Invite your friends to play!',
messageItemEnd : [
'Please install our<br/>&nbsp;<b>3doo Movie Player App</b>&nbsp;<br/>using the following link<br/> to watch <b>your free movie</b>',
'<b>Want more?</b><br/>&nbsp;Download our<br/>&nbsp;<b>3doo Movie Player App.</b>',
'<b>Want even more fun?</b><br/>&nbsp;Invite your friends&nbsp;<br/><b>AND BEAT \'EM!</b>',
'<b>Like to win?</b><br/>&nbsp;Challenge more friends&nbsp;<br/><b>AND BEAT \'EM!</b>'
],
endSceneIndex : {
'default': {
title : 'Great Job!',
message : 'Challenge your friends<br/> AND BEAT EM <br/>or learn more about 3doo.<br/>',
cta : 'https://app.adjust.com/9lxsna',
quote : 'Try this awesome 3doo VR game and beat me!'
},
'alternate' : {
title : 'Great Job!',
message : 'Install our 3doo App now to watch the free movie!',
cta : 'https://app.adjust.com/m0ewt7',
quote : 'I just won free a 3doo movie by playing a VR game. Check it out'
},
'app' : {
title : 'Great Job!',
message : 'Challenge friends <br/>AND BEAT EM <br/>or learn more about 3doo.',
cta : 'https://3doo.com',
quote : 'Just discovered a cool VR game in the 3doo app. Check it out!'
}
}
}
};
module.exports = clients;