toloframework
Version:
Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.
24 lines (23 loc) • 480 B
JSON
{
"main": "index.html",
"name": "{{name}}",
"description": "This is my first node-webkit's App!",
"version": "{{version}}",
"keywords": [ "toloframework", "node-webkit" ],
"window": {
"title": "{{name}}",
"icon": "icon.png",
"toolbar": true,
"frame": true,
"width": 800,
"height": 500,
"position": "mouse",
"min_width": 400,
"min_height": 200,
"max_width": 800,
"max_height": 600
},
"webkit": {
"plugin": true
}
}