/
Daydya
/
Balagan
Обзор
Документация
Войти
/
Daydya
/
Balagan
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
app.json
89 строк
2 KB
Daydya
Файлы приложения
19 дек 2025, 21:05
19 дек 2025, 21:05
15bdbd0
Код
Авторство
О чём код?
{ "expo": { "name": "Greenhouse App", "slug": "greenhouse-app", "version": "1.0.0", "orientation": "portrait", "userInterfaceStyle": "dark", "splash": { "resizeMode": "contain", "backgroundColor": "#111827" }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "bundleIdentifier": "com.greenhouse.app" }, "android": { "package": "com.greenhouse.app", "permissions": [ "INTERNET", "ACCESS_NETWORK_STATE", "RECEIVE_BOOT_COMPLETED", "VIBRATE" ], "navigationBarColor": "#111827", "backgroundColor": "#111827" }, "androidStatusBar": { "barStyle": "light-content", "backgroundColor": "#111827" }, "notification": { "color": "#4CAF50", "iosDisplayInForeground": true, "androidMode": "default", "androidCollapsedTitle": "Greenhouse Alert" }, "plugins": [ "expo-font", [ "expo-system-ui", { "backgroundColor": "#111827" } ], [ "expo-notifications", { "color": "#4CAF50" } ], [ "expo-navigation-bar", { "position": "relative", "visibility": "visible", "backgroundColor": "#111827", "legacyBackgroundColor": "#111827" } ], [ "expo-build-properties", { "android": { "compileSdkVersion": 35, "targetSdkVersion": 35, "buildToolsVersion": "35.0.0", "minSdkVersion": 24, "kotlinVersion": "2.0.21", "gradleVersion": "8.10.2", "androidGradlePluginVersion": "8.7.3", "newArchEnabled": false } } ] ], "web": { "bundler": "metro" }, "extra": { "eas": { "projectId": "0a9cc882-788b-4be3-a0ee-f219169cbefb" } }, "owner": "daydya" } }