kv-music/capacitor.config.ts
2026-03-22 20:59:00 +02:00

15 lines
365 B
TypeScript

import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'tf.monochrome.music',
appName: 'monochrome',
webDir: 'dist',
assets: {
iconBackgroundColor: '#000000',
iconBackgroundColorDark: '#000000',
splashBackgroundColor: '#000000',
splashBackgroundColorDark: '#000000',
},
};
export default config;