mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 14:17:21 +00:00
32 lines
815 B
JSON
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"
|
|
}
|
|
}
|
|
}
|