mirror of
https://github.com/qishibo/AnotherRedisDesktopManager.git
synced 2026-01-18 16:12:43 +00:00
29 lines
744 B
JSON
29 lines
744 B
JSON
{
|
|
"name": "node_redis",
|
|
"main": "index.html",
|
|
"window": {
|
|
"id": "noderedsi",
|
|
"title": "noderedis",
|
|
"toolbar": false,
|
|
"frame": true,
|
|
"position": "center",
|
|
"always-on-top": true,
|
|
"width": 1100,
|
|
"height": 728,
|
|
"icon": "/home/qii/MinimalistNote/64.ico",
|
|
"as_desktop": true,
|
|
"show_in_taskbar": true
|
|
},
|
|
"domain": "nodejsapp",
|
|
"version": "1.0",
|
|
"nodejs": true,
|
|
"bg-script": "bg.js",
|
|
"contributors": [
|
|
{
|
|
"name": "qii404",
|
|
"email": "qii404@126.com",
|
|
"web": "https://qii404.me"
|
|
}
|
|
]
|
|
}
|