-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (43 loc) · 1.12 KB
/
app.json
File metadata and controls
43 lines (43 loc) · 1.12 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
{
"expo": {
"name": "uniquepod",
"slug": "uniquepod",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"scheme": "uniquepod",
"githubUrl": "https://github.com/jongan69/unique-pod",
"description": "UNIQUE POD will allow established and upcoming podcasts and podcasters to mint their audio files into XRP NFT’s.",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./src/assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#FFF"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.jongan69.uniquepod"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/adaptive-icon.png",
"backgroundColor": "#000"
},
"package": "com.jongan69.uniquepod"
},
"web": {
"favicon": "./src/assets/images/favicon.png"
},
"extra": {
"eas": {
"projectId": "d423c725-4b2f-47a3-ba59-4b7b38abc17c"
}
}
}
}