redux-devtools/packages/redux-devtools-app/assets/electron/resources/config.json
2019-01-03 16:14:25 +02:00

18 lines
373 B
JSON

{
"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"
}
}