Files
desktop-app/package.json
2015-03-04 22:03:24 +08:00

21 lines
330 B
JSON
Executable File

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