2025-02-05 20:38:39 -05:00
|
|
|
{
|
|
|
|
"expo": {
|
2025-02-11 10:38:17 -05:00
|
|
|
"name": "powr",
|
|
|
|
"slug": "powr",
|
2025-02-05 20:38:39 -05:00
|
|
|
"version": "1.0.0",
|
|
|
|
"orientation": "portrait",
|
|
|
|
"icon": "./assets/images/icon.png",
|
|
|
|
"scheme": "myapp",
|
|
|
|
"userInterfaceStyle": "automatic",
|
|
|
|
"newArchEnabled": true,
|
|
|
|
"splash": {
|
|
|
|
"image": "./assets/images/splash.png",
|
|
|
|
"resizeMode": "contain",
|
2025-03-17 20:20:16 -04:00
|
|
|
"backgroundColor": "#000000"
|
2025-02-05 20:38:39 -05:00
|
|
|
},
|
|
|
|
"assetBundlePatterns": [
|
|
|
|
"**/*"
|
|
|
|
],
|
|
|
|
"ios": {
|
2025-02-16 22:47:47 -05:00
|
|
|
"supportsTablet": true,
|
|
|
|
"bundleIdentifier": "com.powr.app",
|
|
|
|
"infoPlist": {
|
|
|
|
"UIFileSharingEnabled": true
|
|
|
|
}
|
2025-02-05 20:38:39 -05:00
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"adaptiveIcon": {
|
|
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
|
|
"backgroundColor": "#ffffff"
|
2025-02-16 22:47:47 -05:00
|
|
|
},
|
|
|
|
"package": "com.powr.app",
|
|
|
|
"permissions": [
|
|
|
|
"WRITE_EXTERNAL_STORAGE",
|
|
|
|
"READ_EXTERNAL_STORAGE"
|
2025-03-29 17:47:10 -07:00
|
|
|
],
|
|
|
|
"intentFilters": [
|
|
|
|
{
|
|
|
|
"autoVerify": true,
|
|
|
|
"action": "VIEW",
|
|
|
|
"data": [
|
|
|
|
{
|
|
|
|
"scheme": "powr"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"category": ["BROWSABLE", "DEFAULT"]
|
|
|
|
}
|
2025-04-01 00:04:33 -04:00
|
|
|
]
|
2025-02-05 20:38:39 -05:00
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"bundler": "metro",
|
|
|
|
"output": "static",
|
|
|
|
"favicon": "./assets/images/favicon.png"
|
|
|
|
},
|
|
|
|
"plugins": [
|
2025-02-16 22:47:47 -05:00
|
|
|
"expo-router",
|
2025-03-06 14:18:10 -05:00
|
|
|
"expo-dev-client",
|
2025-02-16 22:47:47 -05:00
|
|
|
[
|
|
|
|
"expo-sqlite",
|
|
|
|
{
|
|
|
|
"androidPackage": "expo.modules.sqlite.SQLiteModule",
|
|
|
|
"enableChangeListener": false,
|
|
|
|
"enableFTS": true,
|
|
|
|
"android": {
|
|
|
|
"enableFTS": true
|
|
|
|
},
|
|
|
|
"ios": {
|
|
|
|
"enableFTS": true
|
|
|
|
}
|
|
|
|
}
|
2025-02-22 01:16:33 -05:00
|
|
|
],
|
2025-03-17 20:20:16 -04:00
|
|
|
"expo-secure-store",
|
|
|
|
"expo-av",
|
|
|
|
"expo-splash-screen"
|
2025-02-05 20:38:39 -05:00
|
|
|
],
|
|
|
|
"experiments": {
|
|
|
|
"typedRoutes": true
|
2025-03-06 14:18:10 -05:00
|
|
|
},
|
|
|
|
"runtimeVersion": {
|
|
|
|
"policy": "sdkVersion"
|
|
|
|
},
|
|
|
|
"updates": {
|
2025-03-28 21:22:20 -07:00
|
|
|
"url": "https://u.expo.dev/f3895f49-d9c9-4653-b73b-356f727debe2"
|
2025-03-06 14:18:10 -05:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"router": {
|
|
|
|
"origin": false
|
|
|
|
},
|
|
|
|
"eas": {
|
|
|
|
"projectId": "f3895f49-d9c9-4653-b73b-356f727debe2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"owner": "promotus"
|
2025-02-05 20:38:39 -05:00
|
|
|
}
|
2025-03-28 21:22:20 -07:00
|
|
|
}
|