From 7ea0c19cafe1874ece2da95af3b05c12a0992a5f Mon Sep 17 00:00:00 2001 From: Jeppe Bundgaard Date: Mon, 17 Nov 2025 15:26:58 +0100 Subject: [PATCH] "Update app branding in vite.config.js: change app name, short name, and description to 'Truck Wash.io'." --- vite.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vite.config.js b/vite.config.js index 3f0cc04f..75a8235c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -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