Files
synctv-weihang/hbuilder_app/manifest.json
2026-06-15 22:46:12 +08:00

32 lines
679 B
JSON

{
"name": "SyncTV",
"appid": "__UNI__SYNCTV",
"description": "SyncTV synchronized watching app",
"versionName": "0.1.0",
"versionCode": "1",
"transformPx": false,
"app-plus": {
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"splashscreen": {
"alwaysShowBeforeRender": false,
"waiting": true,
"autoclose": true,
"delay": 0
},
"modules": {},
"distribute": {
"android": {
"permissions": [
"<uses-permission android:name=\"android.permission.INTERNET\"/>"
]
},
"ios": {}
}
},
"quickapp": {},
"mp-weixin": {},
"vueVersion": "3"
}