-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
56 lines (56 loc) · 1.66 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
48
49
50
51
52
53
54
55
56
{
"expo": {
"name": "The BullETin",
"slug": "BulletinMagExpo",
"privacy": "public",
"platforms": [
"ios",
"android"
],
"version": "1.1.1",
"orientation": "portrait",
"primaryColor": "#0000FF",
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "cover",
"backgroundColor": "#007bbf"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"buildNumber": "1.1.1",
"bundleIdentifier": "com.eltorohs.bulletin"
},
"android": {
"package": "com.eltorohs.bulletin",
"versionCode": 3,
"permissions": [
"MANAGE_DOCUMENTS",
"READ_EXTERNAL_STORAGE",
"READ_PHONE_STATE",
"VIBRATE",
"WAKE_LOCK",
"WRITE_EXTERNAL_STORAGE",
"com.anddoes.launcher.permission.UPDATE_COUNT",
"com.android.launcher.permission.INSTALL_SHORTCUT",
"com.google.android.c2dm.permission.RECEIVE",
"com.google.android.gms.permission.ACTIVITY_RECOGNITION",
"com.google.android.providers.gsf.permission.READ_GSERVICES",
"com.htc.launcher.permission.READ_SETTINGS",
"com.htc.launcher.permission.UPDATE_SHORTCUT",
"com.majeur.launcher.permission.UPDATE_BADGE",
"com.sec.android.provider.badge.permission.READ",
"com.sec.android.provider.badge.permission.WRITE",
"com.sonyericsson.home.permission.BROADCAST_BADGE"
]
},
"description": "The BullETin Magazine",
"githubUrl": "https://github.com/ALEEF02/Bulletin-Magazine-Mobile-App"
}
}