1234567891011121314151617181920212223242526272829303132333435 |
- {
- "appId": "com.example.app",
- "appName": "wallet_app",
- "webDir": "dist",
- "server": {
- "url": "http://192.168.0.59:5173",
- "cleartext": true,
- "allowNavigation": ["*"]
- },
- "plugins": {
- "SplashScreen": {
- "launchShowDuration": 3000,
- "launchAutoHide": true,
- "backgroundColor": "#ffffffff",
- "androidSplashResourceName": "splash",
- "androidScaleType": "CENTER_CROP",
- "showSpinner": false,
- "androidSpinnerStyle": "large",
- "iosSpinnerStyle": "small",
- "spinnerColor": "#999999",
- "splashFullScreen": true,
- "splashImmersive": true
- }
- },
- "ios": {
- "scheme": "App",
- "allowsInlineMediaPlayback": true,
- "scrollEnabled": true,
- "preferredContentMode": "mobile"
- },
- "android": {
- "allowMixedContent": true,
- "useLegacyBridge": true
- }
- }
|