mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
28 lines
531 B
JSON
28 lines
531 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-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "favicon-256.png",
|
|
"type": "image/png",
|
|
"sizes": "256x256"
|
|
}
|
|
],
|
|
"start_url": "/?utm_source=homescreen",
|
|
"display": "standalone"
|
|
} |