r3-config/clients.js

39 lines
1.5 KiB
JavaScript
Raw Normal View History

2017-02-14 14:07:02 +01:00
var clients = {
'3d-pong' : {
title : "Gamewheel Multiplayer VR Pong",
ogUrl : "http://3d-pong.gamewheel.local",
ogType : "website",
ogTitle : "Gamewheel Multiplayer VR Pong",
ogDescription : "Games is our game",
ogImage : "http://3d-pong.gamewheel.local/pong_image.png",
ctaUrl : "https://www.gamewheel.local",
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!',
messageItemEnd :[
'Challenge your friends :)'
]
2017-02-14 14:07:02 +01:00
},
'3doo' : {
title : "3doo - VR Pong",
ogUrl : "http://3doo.gamewheel.local",
ogType : "website",
ogTitle : "3doo VR App",
ogDescription : "Spiele PONG in 3d und VR mit 3doo",
ogImage : "http://3doo.gamewheel.local/pong_image.png",
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 : [
'Please install our <br/><b>3doo Movie Player App</b><br/> using the following link<br/> to watch <b>your free movie</b>',
'<b>Want more?</b><br/>Download our<br/><b>3doo Movie Player App.</b>',
'<b>Want even more fun?</b><br/>Invite your friends<br/><b>AND BEAT \'EM!</b>',
'<b>Like to win?</b><br/>Challenge more friends<br/><b>AND BEAT \'EM!</b>'
]
2017-02-14 14:07:02 +01:00
}
};
module.exports = clients;