mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-22 01:01:27 +08:00
25 lines
475 B
JSON
Executable File
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"
|
|
}
|