mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
23
capacitor.config.ts
Normal file
23
capacitor.config.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import {CapacitorConfig} from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'de.any_school.app',
|
||||
appName: 'StApps',
|
||||
webDir: 'www',
|
||||
bundledWebRuntime: false,
|
||||
cordova: {
|
||||
preferences: {
|
||||
AndroidXEnabled: 'true',
|
||||
ScrollEnabled: 'false',
|
||||
'android-minSdkVersion': '22',
|
||||
BackupWebStorage: 'none',
|
||||
SplashMaintainAspectRatio: 'true',
|
||||
FadeSplashScreenDuration: '300',
|
||||
SplashShowOnlyFirstTime: 'false',
|
||||
SplashScreen: 'screen',
|
||||
SplashScreenDelay: '3000'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user