mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 10:21:10 +02:00
- Move finance, mail, moodlit to apps-archived for later development - Rename games/voxel-lava to games/voxelava 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Moodlit",
|
|
"slug": "moods",
|
|
"version": "1.0.0",
|
|
"scheme": "moods",
|
|
"platforms": ["ios", "android"],
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "Erlaubt $(PRODUCT_NAME) die Kamera für die Taschenlampen-Funktion zu nutzen."
|
|
}
|
|
],
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"backgroundColor": "#000000",
|
|
"image": "./assets/splash.png",
|
|
"imageWidth": 200
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"tsconfigPaths": true
|
|
},
|
|
"orientation": "default",
|
|
"icon": "./assets/mood-light-logo.png",
|
|
"userInterfaceStyle": "dark",
|
|
"assetBundlePatterns": ["**/*"],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"requireFullScreen": false,
|
|
"bundleIdentifier": "com.tilljs.moodlight",
|
|
"icon": "./assets/mood-light.icon",
|
|
"infoPlist": {
|
|
"ITSAppUsesNonExemptEncryption": false,
|
|
"UIRequiresFullScreen": false,
|
|
"UIUserInterfaceStyle": "Dark",
|
|
"UISupportedInterfaceOrientations": [
|
|
"UIInterfaceOrientationPortrait",
|
|
"UIInterfaceOrientationLandscapeLeft",
|
|
"UIInterfaceOrientationLandscapeRight"
|
|
],
|
|
"UISupportedInterfaceOrientations~ipad": [
|
|
"UIInterfaceOrientationPortrait",
|
|
"UIInterfaceOrientationPortraitUpsideDown",
|
|
"UIInterfaceOrientationLandscapeLeft",
|
|
"UIInterfaceOrientationLandscapeRight"
|
|
]
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/mood-light-logo.png",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"package": "com.tilljs.moodlight",
|
|
"permissions": [
|
|
"CAMERA",
|
|
"FLASHLIGHT",
|
|
"android.permission.CAMERA",
|
|
"android.permission.RECORD_AUDIO"
|
|
]
|
|
},
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "faec0f17-97e2-4be5-9a85-d281b5635e7a"
|
|
}
|
|
},
|
|
"owner": "memoro"
|
|
}
|
|
}
|