spleeter / app.json
Ram6666's picture
Upload 11 files
552f3f4 verified
raw
history blame
1.04 kB
{
"expo": {
"name": "VocalClean AI",
"slug": "vocalclean-ai",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "vocalclean",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#F8FAFC"
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.vocalclean.ai"
},
"android": {
"package": "com.vocalclean.ai",
"adaptiveIcon": {
"backgroundColor": "#F8FAFC",
"foregroundImage": "./assets/images/icon.png"
}
},
"web": {
"favicon": "./assets/images/favicon.png"
},
"plugins": [
[
"expo-router",
{
"origin": "https://replit.com/"
}
],
"expo-font",
"expo-web-browser",
"expo-localization"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}