19 lines
613 B
JavaScript
19 lines
613 B
JavaScript
export const branding = {
|
|
app: {
|
|
name: 'HSO Jackbox Game Picker',
|
|
shortName: 'Jackbox Game Picker',
|
|
version: '0.7.7 - Pokémon-Go-To-The-Polls 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
|
|
}
|
|
};
|
|
|