Files
jackboxpartypack-gamepicker/frontend/src/config/branding.js

19 lines
498 B
JavaScript
Raw Normal View History

export const branding = {
app: {
name: 'HSO Jackbox Game Picker',
shortName: 'HSO JGP',
2025-10-30 17:34:44 -04:00
version: '0.3.1',
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
}
};