mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Restrict node-remote to https as per suggestion in https://github.com/Zarel/Pokemon-Showdown-Client/pull/1246#discussion_r290869251 no-edit-menu defaults to false since v0.7.3 (https://github.com/nwjs/nw.js/wiki/Manifest-format#no-edit-menu) to current (http://docs.nwjs.io/en/latest/References/Manifest%20Format/#no-edit-menu-mac)
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"name": "Pokemon Showdown",
|
|
"version": "0.3.0",
|
|
|
|
"main": "index.html",
|
|
"node-remote": "https://play.pokemonshowdown.com/*",
|
|
"window": {
|
|
"icon": "icons/icon_32x32.png",
|
|
"title": "Loading...",
|
|
"toolbar": false,
|
|
"show": false
|
|
},
|
|
"webkit": {
|
|
"plugin": true
|
|
}
|
|
}
|