You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.4 KiB

{
"common": {
"name": "mobile",
"version": "0.4.11",
"title": "Mobile UI",
"desc": {
"en": "jQuery Mobile based yunkong2 user interface",
"cn": "移动端"
},
"platform": "Node.js",
"onlyWWW": "true",
"loglevel": "info",
"dependencies": [
"web"
],
"icon": "mobile.png",
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.mobile/raw/master/admin/mobile.png",
"keywords": [
"webapp",
"jquerymobile"
],
"readme": "https://git.spacen.net/yunkong2/yunkong2.mobile/blob/master/README.md",
"singleton": true,
"preserveSettings": "mobile",
"localLink": "%web_protocol%://%ip%:%web_port%/mobile/index.html",
"type": "visualization",
"license": "SPACEN",
"noConfig": true,
"welcomeScreen": {
"link": "mobile/index.html",
"name": "mobile",
"img": "mobile.admin/mobile.png",
"color": "black",
"order": 2
}
},
"native": {
"root": [
"enum.favorites.Admin",
"enum.rooms",
"enum.functions"
],
"swatches": {
"header": "b",
"content": "c",
"footer": "a"
}
},
"objects": []
}