mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
modalReviewd
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
// / <reference types="@capacitor/local-notifications" />
|
||||
// / <reference types="@capacitor/push-notifications" />
|
||||
// / <reference types="@capacitor/splash-screen" />
|
||||
|
||||
import { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.capacitorjs.app.testapp',
|
||||
appName: 'capacitor-testapp',
|
||||
webDir: 'build',
|
||||
plugins: {
|
||||
SplashScreen: {
|
||||
launchAutoHide: false,
|
||||
},
|
||||
LocalNotifications: {
|
||||
smallIcon: 'ic_stat_icon_config_sample',
|
||||
iconColor: '#CE0B7C',
|
||||
},
|
||||
PushNotifications: {
|
||||
presentationOptions: ['alert', 'sound'],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user