mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-25 07:57:01 -05:00
24 lines
575 B
JSON
24 lines
575 B
JSON
{
|
|
"version": "0.1",
|
|
"name": "Pokemon Showdown",
|
|
"description": "Play Pokemon battles online",
|
|
"launch_path": "/",
|
|
"icons": {
|
|
"16": "/favicon-16.png",
|
|
"32": "/favicon-32.png",
|
|
"48": "/favicon-48.png",
|
|
"128": "/favicon-128.png"
|
|
},
|
|
"developer": {
|
|
"name": "Guangcong Luo",
|
|
"url": "https://github.com/Zarel/Pokemon-Showdown"
|
|
},
|
|
"installs_allowed_from": [
|
|
"https://appstore.mozillalabs.com",
|
|
"https://marketplace.mozilla.org",
|
|
"https://marketplace.firefox.com",
|
|
"http://pokemonshowdown.com"
|
|
],
|
|
"default_locale": "en"
|
|
}
|