-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
111 lines (111 loc) · 4.28 KB
/
manifest.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name" : "野火IM",
"appid" : "__UNI__2077CCF",
"description" : "野火IM uniapp demo",
"versionName" : "1.0.0",
"versionCode" : 101,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
/* 模块配置 */
"modules" : {
"VideoPlayer" : {},
"Push" : {},
"Record" : {},
"Camera" : {}
},
/* 应用发布信息 */
"distribute" : {
/* android打包配置 */
"android" : {
"permissions" : [
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
"<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
"<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\"/>"
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"targetSdkVersion" : 33
},
/* ios打包配置 */
"ios" : {
"privacyDescription" : {
"NSCameraUsageDescription" : "视频通话",
"NSMicrophoneUsageDescription" : "音频通话及语音消息",
"NSPhotoLibraryUsageDescription" : "发送图片消息"
},
"dSYMs" : false
},
/* SDK配置 */
"sdkConfigs" : {
"ad" : {},
"push" : {
"unipush" : {}
}
},
"icons" : {
"android" : {
"xxxhdpi" : "static/image/logo.png"
}
}
},
"nativePlugins" : {
"wf-uni-wfc-avclient" : {
"__plugin_info__" : {
"name" : "【官方】野火实时音视频RTC插件",
"description" : "野火官方发布的移动端实时音视频插件,包括Android和iOS平台,拥有完善的Demo,服务器和移动端免费使用,支持多人音频和多人视频通话,让您一步拥有完美的即时通讯软件。",
"platforms" : "Android,iOS",
"url" : "https://ext.dcloud.net.cn/plugin?id=15619",
"android_package_name" : "cn.wildfirechat.chat.uni",
"ios_bundle_id" : "cn.wildfirechat.ClientDemo",
"isCloud" : true,
"bought" : 1,
"pid" : "15619",
"parameters" : {}
}
}
}
},
/* 快应用特有相关 */
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "",
"setting" : {
"urlCheck" : false
},
"usingComponents" : true
},
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
},
"uniStatistics" : {
"enable" : false
},
"vueVersion" : "3"
}