-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
43 lines (43 loc) · 1.33 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
{
"expo": {
"name": "tpr",
"description": "A fast, simple, and lightweight feed aggregator and reader.",
"slug": "tpr",
"privacy": "unlisted",
"sdkVersion": "39.0.0",
"platforms": ["ios", "android"],
"version": "2.3.0",
"githubUrl": "https://github.com/dillonhafer/tpr-mobile",
"orientation": "portrait",
"updates": {
"fallbackToCacheTimeout": 0
},
"icon": "./app-store-assets/logo.png",
"splash": {
"image": "./app-store-assets/tpr-splash.png",
"resizeMode": "cover",
"backgroundColor": "#7ab0b2"
},
"ios": {
"buildNumber": "20",
"usesIcloudStorage": true,
"supportsTablet": true,
"bundleIdentifier": "com.dillonhafer.tpr",
"appStoreUrl": "https://itunes.apple.com/us/app/the-pithy-reader/id1335273352?mt=8",
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"adaptiveIcon": {
"backgroundImage": "./app-store-assets/android-app-background.png",
"foregroundImage": "./app-store-assets/android-app-foreground.png"
},
"package": "com.dillonhafer.tpr",
"versionCode": 20,
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.dillonhafer.tpr",
"permissions": []
},
"assetBundlePatterns": ["./assets/images/**", "./assets/fonts/**"]
}
}