mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-13 22:57:22 +00:00
17 lines
266 B
JSON
Executable File
17 lines
266 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
|
|
// "transparent": true
|
|
}
|
|
}
|
|
|