zwallet/misc/app.json

9 lines
252 B
JSON
Raw Normal View History

2022-03-12 08:51:40 -08:00
{
2022-03-20 18:09:35 -07:00
"title": "YWallet",
"icon": "../assets/ycash.png",
2022-03-12 08:51:40 -08:00
"contents": [
{ "x": 448, "y": 128, "type": "link", "path": "/Applications" },
2022-03-20 18:09:35 -07:00
{ "x": 192, "y": 128, "type": "file", "path": "../build/macos/Build/Products/Release/ywallet.app" }
2022-03-12 08:51:40 -08:00
]
}