60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Jumpstart",
|
|
"slug": "remote-wol",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "remotewol-upsnap",
|
|
"userInterfaceStyle": "automatic",
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"icon": "./assets/remotewol-ios.icon",
|
|
"bundleIdentifier": "com.abunchofknowitalls.remotewol-upsnap",
|
|
"appleTeamId": "8S7C654DQ4",
|
|
"entitlements": {
|
|
"com.apple.security.application-groups": [
|
|
"group.abunchofknowitalls.remotewol-upsnap"
|
|
]
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#E6F4FE",
|
|
"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-splash-screen",
|
|
{
|
|
"image": "./assets/images/splash-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff",
|
|
"dark": {
|
|
"image": "./assets/images/splash-icon-dark.png",
|
|
"backgroundColor": "#000000"
|
|
}
|
|
}
|
|
],
|
|
"@bacons/apple-targets",
|
|
"expo-font",
|
|
"expo-image",
|
|
"expo-web-browser"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
}
|
|
}
|
|
}
|