import type { CapacitorConfig } from "@capacitor/cli"; const config: CapacitorConfig = { appId: "com.alpinbet.app", appName: "Антигол", webDir: ".output/public", bundledWebRuntime: false, server: { androidScheme: "https" }, plugins: { SplashScreen: { launchAutoHide: true, launchShowDuration: 0 }, PushNotifications: { presentationOptions: ["badge", "sound", "alert"] } } }; export default config;