import type { CapacitorConfig } from "@capacitor/cli"; const config: CapacitorConfig = { appId: "com.bargevasat.app", appName: "برگ وسط", webDir: "out", backgroundColor: "#060c1f", android: { backgroundColor: "#060c1f", }, }; export default config;