This repository has been archived on 2025-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
superstar/bin/themes/black/www/package.json

18 lines
334 B
JSON

{
"name": "KSonglover",
"version": "0.0.1",
"window": {
"title": "KSonglover",
"icon": "link.png",
"toolbar": false,
"frame": true,
"width": 400,
"height": 600,
"position": "mouse",
"min_width": 400,
"min_height": 600,
"max_width": 400,
"max_height": 600
},
"main": "index.html"
}