2024-09-24 20:59:50 +01:00
|
|
|
{
|
2024-09-29 12:02:41 +01:00
|
|
|
"expo": {
|
|
|
|
"name": "Doors Wallpaper",
|
|
|
|
"slug": "doors",
|
2024-10-03 19:07:45 +01:00
|
|
|
"version": "1.0.1",
|
2024-09-29 12:02:41 +01:00
|
|
|
"orientation": "portrait",
|
|
|
|
"icon": "./assets/images/icon.png",
|
|
|
|
"scheme": "doors",
|
|
|
|
"userInterfaceStyle": "automatic",
|
|
|
|
"splash": {
|
|
|
|
"image": "./assets/images/splash.png",
|
|
|
|
"resizeMode": "contain",
|
|
|
|
"backgroundColor": "#010101"
|
|
|
|
},
|
|
|
|
"ios": {
|
|
|
|
"supportsTablet": true,
|
|
|
|
"bundleIdentifier": "art.doorsapp.ios"
|
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"adaptiveIcon": {
|
2024-10-03 19:07:45 +01:00
|
|
|
"foregroundImage": "./assets/images/android-icon.png",
|
|
|
|
"backgroundColor": "#0a0a0a"
|
2024-09-29 12:02:41 +01:00
|
|
|
},
|
|
|
|
"package": "art.doorsapp.android",
|
|
|
|
"blockedPermissions": [
|
|
|
|
"android.permission.READ_MEDIA_IMAGES",
|
|
|
|
"android.permission.READ_MEDIA_VIDEO"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"bundler": "metro",
|
|
|
|
"output": "static",
|
|
|
|
"favicon": "./assets/images/favicon.png"
|
|
|
|
},
|
2024-10-03 19:07:45 +01:00
|
|
|
"plugins": [
|
|
|
|
"expo-router",
|
|
|
|
[
|
|
|
|
"expo-media-library",
|
|
|
|
{
|
|
|
|
"savePhotosPermission": "Allow Doors to save wallpapers to your device so that you can use them."
|
|
|
|
}
|
|
|
|
]
|
|
|
|
],
|
2024-09-29 12:02:41 +01:00
|
|
|
"experiments": {
|
|
|
|
"typedRoutes": true
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"eas": {
|
|
|
|
"projectId": "c4413242-8603-45ad-a172-2258cd06190f"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 20:59:50 +01:00
|
|
|
}
|