import type { CapacitorConfig } from "@capacitor/cli"; const config: CapacitorConfig = { appId: "io.truckwash.twa", appName: "Truck Wash", webDir: "dist", server: { androidScheme: "https", }, plugins: { StatusBar: { overlaysWebView: false, style: "LIGHT", backgroundColor: "#FFFFFFFF", }, }, }; export default config;