Add 20-second game.status WebSocket heartbeat from active shard monitors containing full game state, and GET /status-live REST endpoint for on-demand polling. Fix missing token destructuring in SessionInfo causing crash. Relax frontend polling from 3s to 60s since WebSocket events now cover real-time updates. Bump version to 0.6.0. Made-with: Cursor
19 lines
530 B
JavaScript
19 lines
530 B
JavaScript
export const branding = {
|
|
app: {
|
|
name: 'HSO Jackbox Game Picker',
|
|
shortName: 'Jackbox Game Picker',
|
|
version: '0.6.0 - Fish Tank Edition',
|
|
description: 'Spicing up Hyper Spaceout game nights!',
|
|
},
|
|
meta: {
|
|
author: 'cottongin',
|
|
keywords: 'hso, hyper spaceout, jackbox, party pack, game picker, multiplayer games',
|
|
themeColor: '#4F46E5', // Indigo-600
|
|
},
|
|
links: {
|
|
github: '', // Optional: Add your repo URL
|
|
support: 'cottongin@cottongin.xyz', // Optional: Add support/contact URL
|
|
}
|
|
};
|
|
|