-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
73 lines (73 loc) · 2 KB
/
app.json
File metadata and controls
73 lines (73 loc) · 2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"expo": {
"name": "台北公車動態",
"slug": "taipei-bus-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#6F73F8"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.dillenhub.taipeibus"
},
"android": {
"package": "com.dillenhub.app22222",
"adaptiveIcon": {
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundColor": "#6F73F8"
}
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png",
"name": "台北公車動態",
"shortName": "台北公車",
"description": "即時查看台北公車到站時間與路線規劃",
"themeColor": "#6F73F8",
"backgroundColor": "#ffffff",
"display": "standalone",
"orientation": "portrait",
"startUrl": "/",
"scope": "/",
"lang": "zh-TW",
"preferRelatedApplications": false,
"splash": {
"backgroundColor": "#6F73F8",
"resizeMode": "contain",
"image": "./assets/images/splash-icon.png"
},
"ios": {
"supportsTablet": true,
"config": {
"usesNonExemptEncryption": false
}
},
"meta": {
"apple-mobile-web-app-capable": "yes",
"apple-mobile-web-app-status-bar-style": "black-translucent",
"apple-mobile-web-app-title": "台北公車",
"mobile-web-app-capable": "yes",
"msapplication-tap-highlight": "no",
"viewport": "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
}
},
"plugins": [
"expo-router"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"eas": {
"projectId": "1e7c0d32-f891-4dd6-a91f-085e6e991816"
}
}
}
}