AeThex-OS/capacitor.config.json
2026-01-03 23:56:43 -07:00

32 lines
815 B
JSON

{
"appId": "com.aethex.os",
"appName": "AeThex OS",
"webDir": "dist/public",
"server": {
"androidScheme": "https",
"iosScheme": "https"
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 0,
"launchAutoHide": true,
"backgroundColor": "#000000",
"androidSplashResourceName": "splash",
"androidScaleType": "CENTER_CROP",
"showSpinner": false,
"androidSpinnerStyle": "large",
"iosSpinnerStyle": "small",
"spinnerColor": "#999999",
"splashFullScreen": true,
"splashImmersive": true
},
"PushNotifications": {
"presentationOptions": ["badge", "sound", "alert"]
},
"LocalNotifications": {
"smallIcon": "ic_stat_icon_config_sample",
"iconColor": "#488AFF",
"sound": "beep.wav"
}
}
}