forked from clearw5/Dynamic-Island.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
58 lines (58 loc) · 1.37 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"assets": [],
"build": {
"build_id": "A18DF121-2",
"build_number": 2,
"build_time": 1663777205559,
"release": false
},
"encryptLevel": 0,
"features": {
"activityIntentTasks": false,
"nodejs": "auto"
},
"launchConfig": {
"displaySplash": true,
"hideLogs": false,
"splashText": "",
"stableMode": false
},
"main": "main.node.js",
"name": "灵动岛",
"optimization": {
"obfuscateComponents": false,
"removeAccessibilityService": false,
"removeOpenCv": true,
"unusedResources": true
},
"packageName": "org.autojs.example.dynamic_island",
"permissionConfig": {
"manifestPermissions": [
"android.permission.WAKE_LOCK",
"android.permission.FOREGROUND_SERVICE"
],
"requestListOnStartup": []
},
"plugins": {},
"publish": {
"category": "",
"details": "",
"maxAutoJsVersion": 0,
"maxProVersion": 0,
"minAutoJsVersion": 0,
"minProVersion": 0,
"minSdkVersion": 0,
"permissions": [],
"summary": "",
"tags": []
},
"scripts": {},
"signingConfig": {
"alias": "",
"keystore": "",
"uuid": ""
},
"useFeatures": [],
"versionCode": 0,
"versionName": "1.0.0"
}