-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexp.json
29 lines (29 loc) · 842 Bytes
/
exp.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
{
"name": "ph7-dating-app-cms",
"description": "A great Tinder Like App, cooked from pH7CMS way.",
"slug": "ph7-dating-app",
"privacy": "public",
"sdkVersion": "12.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"iconUrl": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.ph7.nativeapp",
},
"android": {
"package": "com.ph7.nativeapp",
},
"notification": {
"iconUrl": "https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon-blue-circle.png",
"color": "#000000"
},
"loading": {
"iconUrl": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": ["ttf", "mp4"]
}
}