mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 00:27:01 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Linkwarden",
|
|
"slug": "linkwarden",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "linkwarden",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.anonymous.linkwarden"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "com.anonymous.linkwarden"
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"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"
|
|
}
|
|
],
|
|
"expo-secure-store",
|
|
"expo-share-intent"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"androidStatusBar": {
|
|
"backgroundColor": "#ffffff",
|
|
"barStyle": "dark-content",
|
|
"translucent": false
|
|
},
|
|
"androidNavigationBar": {
|
|
"backgroundColor": "#ffffff",
|
|
"barStyle": "dark-content"
|
|
}
|
|
}
|
|
}
|