2026-03-05 17:55:47 +08:00
|
|
|
{
|
|
|
|
|
"expo": {
|
2026-03-20 12:05:58 +08:00
|
|
|
"name": "JKVideo",
|
2026-03-24 00:17:43 +08:00
|
|
|
"slug": "jsvideo",
|
2026-03-20 07:44:20 +00:00
|
|
|
"version": "1.0.5",
|
2026-03-05 17:55:47 +08:00
|
|
|
"scheme": "bilibili",
|
2026-03-10 22:42:29 +08:00
|
|
|
"orientation": "default",
|
2026-03-05 17:55:47 +08:00
|
|
|
"icon": "./assets/icon.png",
|
|
|
|
|
"userInterfaceStyle": "light",
|
|
|
|
|
"splash": {
|
|
|
|
|
"image": "./assets/splash-icon.png",
|
|
|
|
|
"resizeMode": "contain",
|
|
|
|
|
"backgroundColor": "#00AEEC"
|
|
|
|
|
},
|
|
|
|
|
"ios": {
|
|
|
|
|
"supportsTablet": true
|
|
|
|
|
},
|
|
|
|
|
"android": {
|
|
|
|
|
"adaptiveIcon": {
|
|
|
|
|
"backgroundColor": "#E6F4FE",
|
|
|
|
|
"foregroundImage": "./assets/android-icon-foreground.png",
|
|
|
|
|
"backgroundImage": "./assets/android-icon-background.png",
|
|
|
|
|
"monochromeImage": "./assets/android-icon-monochrome.png"
|
|
|
|
|
},
|
2026-03-06 12:58:41 +08:00
|
|
|
"predictiveBackGestureEnabled": false,
|
|
|
|
|
"permissions": [
|
2026-03-24 00:17:43 +08:00
|
|
|
"android.permission.RECORD_AUDIO",
|
|
|
|
|
"android.permission.MODIFY_AUDIO_SETTINGS",
|
|
|
|
|
"android.permission.REQUEST_INSTALL_PACKAGES",
|
2026-03-06 12:58:41 +08:00
|
|
|
"android.permission.RECORD_AUDIO",
|
|
|
|
|
"android.permission.MODIFY_AUDIO_SETTINGS",
|
2026-03-20 14:06:52 +08:00
|
|
|
"android.permission.REQUEST_INSTALL_PACKAGES"
|
2026-03-06 12:58:41 +08:00
|
|
|
],
|
2026-03-20 12:05:58 +08:00
|
|
|
"package": "com.anonymous.jkvideo"
|
2026-03-05 17:55:47 +08:00
|
|
|
},
|
|
|
|
|
"web": {
|
|
|
|
|
"bundler": "metro",
|
|
|
|
|
"favicon": "./assets/favicon.png"
|
|
|
|
|
},
|
|
|
|
|
"plugins": [
|
2026-03-10 20:04:48 +08:00
|
|
|
"expo-router",
|
2026-03-10 22:42:29 +08:00
|
|
|
"react-native-video",
|
2026-03-24 00:17:43 +08:00
|
|
|
"expo-screen-orientation",
|
|
|
|
|
"expo-updates",
|
|
|
|
|
"@sentry/react-native/expo"
|
2026-03-05 17:55:47 +08:00
|
|
|
],
|
|
|
|
|
"experiments": {
|
|
|
|
|
"typedRoutes": true
|
2026-03-24 00:17:43 +08:00
|
|
|
},
|
|
|
|
|
"runtimeVersion": {
|
|
|
|
|
"policy": "appVersion"
|
|
|
|
|
},
|
|
|
|
|
"updates": {
|
|
|
|
|
"url": "https://u.expo.dev/eac4192a-ae80-461c-8fff-6e1a8b777bd1",
|
|
|
|
|
"checkAutomatically": "ON_LOAD",
|
|
|
|
|
"fallbackToCacheTimeout": 0
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"router": {},
|
|
|
|
|
"eas": {
|
|
|
|
|
"projectId": "eac4192a-ae80-461c-8fff-6e1a8b777bd1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"owner": "jinsha"
|
2026-03-05 17:55:47 +08:00
|
|
|
}
|
|
|
|
|
}
|