"Update app branding in vite.config.js: change app name, short name, and description to 'Truck Wash.io'."

This commit is contained in:
Jeppe Bundgaard
2025-11-17 15:26:58 +01:00
parent 97f5338f74
commit 7ea0c19caf
+3 -3
View File
@@ -104,9 +104,9 @@ export default defineConfig(({ mode }) => {
]
},
manifest: {
name: 'Pleno',
short_name: 'Pleno',
description: 'Access your Pleno accounts and transactions from anywhere.',
name: 'Truck Wash.io',
short_name: 'Truck Wash.io',
description: 'Access your Truck Wash accounts and transactions from anywhere.',
theme_color: '#063651',
background_color: '#0787bb',
// Use relative scope when base is relative