mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-12-04 07:23:52 +03:00
18 lines
373 B
JSON
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"
|
|
}
|
|
}
|