Files
desktop-app/package.json
2015-03-15 22:38:35 +08:00

25 lines
475 B
JSON
Executable File

{
"name": "Leanote",
"description": "Leanote",
"version": "0.1",
"main": "note.html",
"window": {
"icon": "public/images/logo/leanote_icon_blue.png",
"toolbar": true,
"frame": true,
"transparent": false,
"min_width": 268,
"min_height": 346,
// "width": 400, // 1100,
// "height": 300 // 600
"width": 278,
"height": 356
// width: 268px;
// height: 346px;
},
"chromium-args": "--enable-smooth-scrolling"
}