redux-devtools/packages/redux-devtools-app/assets/electron/resources/config.json

18 lines
373 B
JSON
Raw Normal View History

2019-01-03 17:14:25 +03:00
{
"osx" : {
"title": "RemoteDev",
"background": "osx/installer.png",
"icon": "osx/icon.icns",
"icon-size": 225,
"contents": [
{ "x": 290, "y": 1, "type": "link", "path": "/Applications" },
{ "x": 1, "y": 1, "type": "file" }
]
},
"win" : {
"title" : "RemoteDev",
"version" : "0.0.0.1",
"icon" : "windows/icon.ico"
}
}