mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Files meant to be served have been moved into `play.pokemonshowdown.com/` and `pokemonshowdown.com/`. We now have three directories for the three subdomains handled by this repo: - `pokemonshowdown.com/` - `play.pokemonshowdown.com/` - `replay.pokemonshowdown.com/` Naming them after the subdomains will make it much easier to tell where the files for each go. The diff is probably useless; it'll be easier if you just look at the new tree: https://github.com/smogon/pokemon-showdown-client/tree/reorganize
26 lines
645 B
JSON
26 lines
645 B
JSON
{
|
|
"version": "0.1",
|
|
"name": "Pokemon Showdown",
|
|
"description": "Play Pokemon battles online",
|
|
"launch_path": "/",
|
|
"icons": {
|
|
"16": "/favicon-16.png",
|
|
"32": "/favicon-32.png",
|
|
"256": "/favicon-256.png"
|
|
},
|
|
"developer": {
|
|
"name": "Guangcong Luo",
|
|
"url": "https://pokemonshowdown.com/"
|
|
},
|
|
"installs_allowed_from": [
|
|
"https://appstore.mozillalabs.com",
|
|
"https://marketplace.mozilla.org",
|
|
"https://marketplace.firefox.com",
|
|
"http://pokemonshowdown.com",
|
|
"https://pokemonshowdown.com",
|
|
"http://www.pokemonshowdown.com",
|
|
"https://www.pokemonshowdown.com"
|
|
],
|
|
"default_locale": "en"
|
|
}
|