Files
videogen/client/app.json
2026-08-15 13:43:52 +02:00

50 lines
1.2 KiB
JSON

{
"expo": {
"name": "BrandLoop",
"slug": "brandloop",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "brandloop",
"userInterfaceStyle": "dark",
"ios": {
"icon": "./assets/expo.icon"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#0a0a0a",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"predictiveBackGestureEnabled": false
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#0a0a0a",
"image": "./assets/images/splash-icon.png",
"imageWidth": 76
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"appwrite": {
"endpoint": "https://appwrite.webklar.com/v1",
"project": "6a5cee34002bb8360c34",
"databaseId": "brandloop"
}
}
}
}