-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
57 lines (57 loc) · 1.47 KB
/
app.json
File metadata and controls
57 lines (57 loc) · 1.47 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"expo": {
"name": "Awesome Github App",
"slug": "awesome-github-app",
"owner": "involvex",
"version": "0.0.15",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"githubUrl": "https://github.com/involvex/awesome-github-app.git",
"splash": {
"image": "./assets/icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"scheme": "awesomegithubapp",
"plugins": [
"expo-router",
"expo-font",
"expo-web-browser",
"expo-image",
"expo-secure-store",
"expo-notifications"
],
"android": {
"package": "com.involvex.awesomegithubapp",
"adaptiveIcon": {
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#ffffff"
},
"userInterfaceStyle": "automatic",
"versionCode": 15
},
"web": {
"output": "single",
"favicon": "./assets/icon.png",
"name": "Awesome Github App"
},
"ios": {
"bundleIdentifier": "com.involvex.awesomegithubapp",
"buildNumber": "15",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"extra": {
"oauth": {
"githubClientId": "Ov23liKNCY2M0k4TqVQ0",
"webGithubClientId": "Ov23lif9XwyUQpykNqpp",
"webTokenExchangeUrl": "https://awesomegithubapp-api.involvex.workers.dev/token"
},
"router": {},
"eas": {
"projectId": "1b86eee4-ea8a-4928-a057-ae6c89ceb450"
}
}
}
}