OpenGlass/app.json

43 lines
939 B
JSON
Raw Normal View History

2024-05-13 02:51:27 +08:00
{
"expo": {
"name": "Dude wheres my car?",
"slug": "find-anything",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.basedhardware.find",
"infoPlist": {
"UIBackgroundModes": [
"fetch",
"remote-notification",
"bluetooth-central"
]
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.basedhardware.find"
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"react-native-ble-plx"
],
"experiments": {
"baseUrl": "/llama3-hackaton"
}
}
}