This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
dtalk-app
Archived
1
0
Fork 0
dtalk-app/package.json

28 lines
645 B
JSON
Raw Normal View History

2017-06-09 19:28:19 +08:00
{
"name": "dtalk",
"main": "index.html",
"domain": "localhost",
"version": "3.2.3",
"description": "钉钉-Linux版",
"window": {
"title": "钉钉-Linux版",
"width": 1000,
"height": 602,
"max_width": 1000,
"max_height": 602,
"min_width": 1000,
"min_height": 602,
"as_desktop": true,
"resizable": false,
"show_in_taskbar": true,
"icon": "icon.png"
},
"webview": {
"partitions": [
{
"name": "trusted",
"accessible_resources": [ "<all_urls>" ]
}
]
}
}