"Update app branding in vite.config.js: change app name, short name, and description to 'Truck Wash.io'."
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user