music-mobile/mobile/app.json
Jarian Cottingham 404fe78748 Initial commit: mobile app
React Native app for the self-hosted music streaming project,
carved out from the music-app monorepo. Uses @music-app/shared
for shared types and utilities.
2026-08-21 18:44:05 +00:00

27 lines
553 B
JSON

{
"expo": {
"name": "Music App",
"slug": "music-app",
"version": "1.0.0",
"orientation": "portrait",
"scheme": "musicapp",
"userInterfaceStyle": "automatic",
"splash": {
"resizeMode": "contain",
"backgroundColor": "#0a0a0a"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.musicapp.mobile"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#0a0a0a"
},
"package": "com.musicapp.mobile"
},
"web": {
"bundler": "metro"
}
}
}