-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.json
40 lines (40 loc) · 954 Bytes
/
project.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
{
"assets": [],
"build": {
"build_id": "5DE5D931-1",
"build_number": 1,
"build_time": 1628356496362,
"release": false
},
"encryptLevel": 0,
"useFeatures": [],
"icon": "res/icon.png",
"launchConfig": {
"displaySplash": true,
"hideLogs": false,
"splashIcon": "res/splashIcon.png",
"splashText": "BY 不保修的敖天羽",
"stableMode": true
},
"main": "main.js",
"name": "FGO 冲冲冲",
"optimization": {
"removeAccessibilityService": false,
"removeOpenCv": false,
"unusedResources": false
},
"packageName": "me.codesky.fgo",
"permissionConfig": {
"manifestPermissions": [
"android.permission.FOREGROUND_SERVICE",
"android.permission.SYSTEM_ALERT_WINDOW"
],
"requestListOnStartup": [
"android.permission.FOREGROUND_SERVICE",
"android.permission.SYSTEM_ALERT_WINDOW"
]
},
"scripts": {},
"versionCode": 1,
"versionName": "0.0.12"
}