pokemon-showdown-client/showdown.webapp
Guangcong Luo 24c090a08d Default to HTTPS
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.
2017-11-21 07:50:32 -05:00

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"
}