mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-24 23:30:37 -05:00
17 lines
284 B
JSON
Executable File
17 lines
284 B
JSON
Executable File
{
|
|
"name": "Pokemon Showdown",
|
|
"version": "0.1.0",
|
|
|
|
"main": "index.html",
|
|
"node-remote": "play.pokemonshowdown.com",
|
|
"window": {
|
|
"icon": "icons/icon_32x32.png",
|
|
"title": "Loading...",
|
|
"toolbar": false,
|
|
"show": false
|
|
},
|
|
"webkit": {
|
|
"plugin": true
|
|
}
|
|
}
|