mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
21 lines
355 B
JSON
21 lines
355 B
JSON
{
|
|
"appId": "com.capacitorjs.app.testapp",
|
|
"appName": "capacitor-testapp",
|
|
"webDir": "www",
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchAutoHide": false
|
|
},
|
|
"LocalNotifications": {
|
|
"smallIcon": "ic_stat_icon_config_sample",
|
|
"iconColor": "#CE0B7C"
|
|
},
|
|
"PushNotifications": {
|
|
"presentationOptions": [
|
|
"alert",
|
|
"sound"
|
|
]
|
|
}
|
|
}
|
|
}
|