Files
desktop-app/package.json
2015-02-19 22:39:05 +08:00

19 lines
325 B
JSON
Executable File

{
"name": "Leanote",
"description": "Leanote",
"version": "0.1",
"main": "index.html",
"window": {
"toolbar": true,
"frame": true,
"min_width": 400,
"min_height": 200,
// "width": 400, // 1100,
// "height": 300 // 600
"width": 1100,
"height": 600
// "transparent": true
}
}