Files
jackboxpartypack-gamepicker/frontend/src/config/branding.js
cottongin ea6e8db90b feat: ticker symbol voting for live votes
- Add ticker column to games table with migration
- Bootstrap tickers from tickers.json config on startup
- POST /api/votes/live accepts optional ticker field for direct game
  lookup (bypasses timestamp-interval matching)
- Ticker votes work for any game, not just session games
- Update API docs and add e2e tests for ticker voting
- Version bump to 0.6.5

Made-with: Cursor
2026-04-05 04:47:06 -04:00

19 lines
598 B
JavaScript

export const branding = {
app: {
name: 'HSO Jackbox Game Picker',
shortName: 'Jackbox Game Picker',
version: '0.6.5 - 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: 'https://code.cottongin.xyz/HyperSpaceOut/jackboxpartypack-gamepicker', // Optional: Add your repo URL
support: 'cottongin@cottongin.xyz', // Optional: Add support/contact URL
}
};