forked from xpsdeset/raah-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
47 lines (47 loc) · 1.37 KB
/
app.json
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
{
"expo": {
"name": "Raah",
"slug": "raahtheapp",
"extra": {
"serverUrl": "https://raah.app",
"donation_link": "https://raah.app/donate",
"feedback_link": "https://raah.app/feedback",
"insta_link": "https://www.instagram.com/raahtheapp",
"twitter_link": "https://twitter.com/raahtheapp",
"telegram_notify": "https://t.me/knockknockraah",
"telegram_group": "https://t.me/raahtheapp"
},
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/logo_without_text.png",
"splash": {
"image": "./assets/logo_without_text.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"notification": {
"color": "#002C56"
},
"android": {
"icon": "./assets/icon96.png",
"package": "com.raahteam.raahtheapp",
"useNextNotificationsApi": true,
"googleServicesFile": "./firebase/google-services.json",
"versionCode": 5,
"permissions": []
},
"ios": {
"icon": "./assets/mlogo.png",
"bundleIdentifier": "com.raahteam.raahtheapp",
"googleServicesFile": "./firebase/GoogleService-Info.plist",
"buildNumber": "1.0.3",
"supportsTablet": true
},
"web": {},
"description": "Listen and Talk to someone anonymous"
}
}