|
1 | 1 | { |
2 | | - "appId": "com.matthiasprost.scalewaymanager", |
3 | | - "appName": "Scaleway Manager", |
4 | | - "bundledWebRuntime": false, |
5 | | - "npmClient": "npm", |
6 | | - "webDir": "www", |
7 | | - "plugins": { |
8 | | - "SplashScreen": { |
9 | | - "launchAutoHide": false |
10 | | - } |
11 | | - }, |
12 | | - "cordova": { |
13 | | - "preferences": { |
14 | | - "ScrollEnabled": "false", |
15 | | - "android-minSdkVersion": "19", |
16 | | - "BackupWebStorage": "none", |
17 | | - "SplashMaintainAspectRatio": "true", |
18 | | - "FadeSplashScreenDuration": "300", |
19 | | - "SplashShowOnlyFirstTime": "false", |
20 | | - "SplashScreen": "screen", |
21 | | - "SplashScreenDelay": "3000", |
22 | | - "StatusBarOverlaysWebView": "true", |
23 | | - "ShowSplashScreenSpinner": "false", |
24 | | - "WKWebViewOnly": "true" |
25 | | - } |
26 | | - } |
| 2 | + "appId": "com.matthiasprost.scalewaymanager", |
| 3 | + "appName": "Scaleway Manager", |
| 4 | + "bundledWebRuntime": false, |
| 5 | + "npmClient": "yarn", |
| 6 | + "webDir": "www", |
| 7 | + "plugins": { |
| 8 | + "SplashScreen": { |
| 9 | + "launchShowDuration": 3000, |
| 10 | + "launchAutoHide": true, |
| 11 | + "backgroundColor": "#ffffffff", |
| 12 | + "androidSplashResourceName": "splash", |
| 13 | + "androidScaleType": "CENTER_CROP", |
| 14 | + "showSpinner": true, |
| 15 | + "androidSpinnerStyle": "large", |
| 16 | + "iosSpinnerStyle": "small", |
| 17 | + "spinnerColor": "#999999", |
| 18 | + "splashFullScreen": true, |
| 19 | + "splashImmersive": true, |
| 20 | + "layoutName": "launch_screen", |
| 21 | + "useDialog": true |
| 22 | + } |
| 23 | + }, |
| 24 | + "cordova": { |
| 25 | + "preferences": { |
| 26 | + "ScrollEnabled": "false", |
| 27 | + "android-minSdkVersion": "19", |
| 28 | + "BackupWebStorage": "none", |
| 29 | + "SplashMaintainAspectRatio": "true", |
| 30 | + "FadeSplashScreenDuration": "300", |
| 31 | + "SplashShowOnlyFirstTime": "false", |
| 32 | + "SplashScreen": "screen", |
| 33 | + "SplashScreenDelay": "3000", |
| 34 | + "StatusBarOverlaysWebView": "true", |
| 35 | + "ShowSplashScreenSpinner": "false", |
| 36 | + "WKWebViewOnly": "true" |
| 37 | + } |
| 38 | + } |
27 | 39 | } |
0 commit comments