2025-10-30 13:27:55 -04:00
|
|
|
export const branding = {
|
|
|
|
|
app: {
|
|
|
|
|
name: 'HSO Jackbox Game Picker',
|
2025-10-30 19:27:23 -04:00
|
|
|
shortName: 'Jackbox Game Picker',
|
2026-03-20 21:05:19 -04:00
|
|
|
version: '0.6.0 - Fish Tank Edition',
|
2025-10-30 13:27:55 -04:00
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|