2026-01-24 10:33:06 +01:00
|
|
|
{
|
|
|
|
|
"appId": "com.antoniana.segnapunti",
|
|
|
|
|
"appName": "Segnapunti",
|
|
|
|
|
"webDir": "dist",
|
|
|
|
|
"bundledWebRuntime": false,
|
|
|
|
|
"server": {
|
|
|
|
|
"androidScheme": "https"
|
2026-01-24 11:23:45 +01:00
|
|
|
},
|
|
|
|
|
"android": {
|
|
|
|
|
"allowMixedContent": true,
|
|
|
|
|
"webContentsDebuggingEnabled": true
|
|
|
|
|
},
|
|
|
|
|
"plugins": {
|
|
|
|
|
"SplashScreen": {
|
|
|
|
|
"launchShowDuration": 0
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"preferences": {
|
|
|
|
|
"orientation": "landscape"
|
2026-01-24 10:33:06 +01:00
|
|
|
}
|
|
|
|
|
}
|