mirror of
https://github.com/libretro/Play-.git
synced 2024-12-13 20:22:25 +00:00
11 lines
252 B
JSON
11 lines
252 B
JSON
{
|
|
"title": "Play!",
|
|
"background": "background.png",
|
|
"icon-size": 80,
|
|
"contents":
|
|
[
|
|
{ "x": 160, "y": 300, "type": "file", "path": "../build_macosx/build/Release/Play!.app" },
|
|
{ "x": 480, "y": 300, "type": "link", "path": "/Applications" }
|
|
]
|
|
}
|