mirror of
https://github.com/leanote/desktop-app.git
synced 2025-12-18 02:07:57 +08:00
19 lines
326 B
JSON
Executable File
19 lines
326 B
JSON
Executable File
{
|
|
"name": "Leanote",
|
|
"description": "Leanote",
|
|
"version": "0.1",
|
|
"main": "note.html",
|
|
"window": {
|
|
"toolbar": true,
|
|
|
|
"frame": false,
|
|
"transparent": true,
|
|
|
|
"min_width": 400,
|
|
"min_height": 200,
|
|
// "width": 400, // 1100,
|
|
// "height": 300 // 600
|
|
"width": 400,
|
|
"height": 300
|
|
}
|
|
} |