kv-music/capacitor.config.ts
Eduard Prigoana 7a2f0cc33d app icons
2026-03-22 21:37:54 +02:00

15 lines
397 B
TypeScript

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