Files
astra-mobile/app.json
T
2026-07-07 15:52:12 -04:00

65 lines
1.5 KiB
JSON

{
"expo": {
"name": "Astra",
"slug": "astra-mobile",
"version": "0.1.0",
"orientation": "default",
"icon": "./assets/images/icon.png",
"scheme": "astra",
"userInterfaceStyle": "automatic",
"backgroundColor": "#000000",
"ios": {
"supportsTablet": true
},
"android": {
"package": "io.github.boof2015.astra",
"backgroundColor": "#000000",
"adaptiveIcon": {
"backgroundColor": "#000000",
"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-asset",
[
"expo-camera",
{
"cameraPermission": "Allow Astra to scan desktop pairing and EQ preset QR codes."
}
],
[
"expo-splash-screen",
{
"backgroundColor": "#000000",
"android": {
"image": "./assets/images/splash-icon.png",
"imageWidth": 96,
"backgroundColor": "#000000"
}
}
],
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
],
"expo-sharing"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}