pokemon-showdown-client/manifest.json
Guangcong Luo a8d78b397c Add homescreen app manifest for Android Chrome
Android Chrome fixed the keyboard issue, so we can finally use the
no-URL-bar version of the homescreen app.
2017-10-29 21:16:05 -04:00

23 lines
434 B
JSON

{
"short_name": "Showdown!",
"name": "Pokémon Showdown!",
"icons": [
{
"src": "favicon-16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "favicon-48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "favicon-256.png",
"type": "image/png",
"sizes": "256x256"
}
],
"start_url": "/?utm_source=homescreen",
"display": "standalone"
}