Files
desktop-app/package.json

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
}
}