we're about to port the chrome-extension. everything else mostly works
This commit is contained in:
18
frontend/src/config/branding.js
Normal file
18
frontend/src/config/branding.js
Normal file
@@ -0,0 +1,18 @@
|
||||
export const branding = {
|
||||
app: {
|
||||
name: 'HSO Jackbox Game Picker',
|
||||
shortName: 'HSO JGP',
|
||||
version: '0.2.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
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user