mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-13 07:03:04 +08:00
16 lines
240 B
JSON
Executable File
16 lines
240 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": 1100,
|
|
"height": 600
|
|
}
|
|
}
|
|
|