-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathapp.json
More file actions
114 lines (114 loc) · 3 KB
/
app.json
File metadata and controls
114 lines (114 loc) · 3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"expo": {
"name": "Open Mushaf",
"slug": "open-mushaf-native",
"owner": "adelpro",
"version": "4.3.0",
"orientation": "default",
"assetBundlePatterns": ["**/*"],
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.adelpro.openmushafnative",
"requireFullScreen": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"intentFilters": [
{
"action": "VIEW",
"data": {
"scheme": "https",
"host": "quran.us.kg",
"pathPrefix": "/"
},
"category": ["BROWSABLE", "DEFAULT"],
"autoVerify": true
}
],
"softwareKeyboardLayoutMode": "resize",
"jsEngine": "hermes",
"package": "com.adelpro.openmushafnative",
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.adelpro.openmushafnative"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"enableProguardInReleaseBuilds": true,
"enableShrinkResourcesInReleaseBuilds": true
}
}
],
[
"expo-splash-screen",
{
"backgroundColor": "#f8f8f0",
"image": "./assets/images/icon-large.png",
"dark": {
"image": "./assets/images/icon-large.png",
"backgroundColor": "#eeeee6"
},
"imageWidth": 200
}
],
"expo-web-browser",
"expo-router",
"expo-font",
"expo-audio",
"expo-secure-store",
"react-native-edge-to-edge",
[
"react-native-android-widget",
{
"fonts": ["./assets/fonts/open_mushaf_icons.ttf"],
"widgets": [
{
"name": "OpenMushaf",
"label": "Open Mushaf Widget",
"minWidth": "320dp",
"minHeight": "120dp",
"targetCellWidth": 5,
"targetCellHeight": 2,
"description": "Open Mushaf Widget",
"previewImage": "./assets/widgets/widget-preview.png",
"resizeMode": "horizontal | vertical",
"updatePeriodMillis": 3600000
}
]
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"eas": {
"projectId": "2360a464-857f-4685-8c0f-be166a166847"
}
},
"updates": {
"url": "https://u.expo.dev/2360a464-857f-4685-8c0f-be166a166847",
"enabled": true,
"checkAutomatically": "ON_LOAD",
"fallbackToCacheTimeout": 3000
},
"runtimeVersion": {
"policy": "fingerprint"
}
}
}