mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Chrome peer-pressuring us by locking Notification behind HTTPS... they also lock plenty of other things behind HTTPS and the trade-off seems worth-it now.
27 lines
674 B
JSON
27 lines
674 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://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"
|
|
}
|