r3-config/clients.js

69 lines
2.8 KiB
JavaScript
Raw Normal View History

2017-02-14 14:07:02 +01:00
var clients = {
'3d-pong' : {
title : "Gamewheel Multiplayer VR Pong",
2017-04-03 19:00:56 +02:00
ogUrl : "http://3d-pong.cybafelo.com",
2017-02-14 14:07:02 +01:00
ogType : "website",
ogTitle : "Gamewheel Multiplayer VR Pong",
ogDescription : "Games is our game",
2017-04-03 19:00:56 +02:00
ogImage : "http://3d-pong.cybafelo.com/pong_image.png",
ctaUrl : "https://www.cybafelo.com",
2017-02-14 14:07:02 +01:00
account : 'root',
subAccount : 'root',
2017-02-16 14:55:20 +01:00
nameOfTheGame : 'pong',
2017-02-20 15:38:02 +01:00
messageItemStart : 'VR Pong - Invite your friends to play!',
2017-02-23 17:46:50 +01:00
messageItemEnd : [
2017-02-20 15:38:02 +01:00
'Challenge your friends :)'
2017-02-23 17:46:50 +01:00
],
endSceneIndex : {
'default': {
title : 'Great Job!',
message : 'Challenge your friends or learn more about Gamewheel',
2017-04-03 19:00:56 +02:00
cta : 'https://www.cybafelo.com',
2017-02-23 17:46:50 +01:00
quote : 'VR PONG!'
}
}
2017-02-14 14:07:02 +01:00
},
'3doo' : {
title : "3doo - VR Pong",
2017-04-03 19:00:56 +02:00
ogUrl : "http://3doo.cybafelo.com",
2017-02-14 14:07:02 +01:00
ogType : "website",
ogTitle : "3doo VR App",
ogDescription : "Spiele PONG in 3d und VR mit 3doo",
2017-04-03 19:00:56 +02:00
ogImage : "http://3doo.cybafelo.com/pong_image.png",
2017-02-14 14:07:02 +01:00
ctaUrl : "https://3doo.com",
account : '3doo',
subAccount : 'root',
2017-02-16 14:55:20 +01:00
nameOfTheGame : 'pong',
2017-02-20 15:38:02 +01:00
messageItemStart : '3doo VR Pong - Invite your friends to play!',
messageItemEnd : [
2017-02-23 17:46:50 +01:00
'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!'
}
}
2017-02-14 14:07:02 +01:00
}
};
module.exports = clients;