Files
TinderPokemon/assets/JsStuff/manifest.webmanifest

16 lines
389 B
JSON

{
"name": "Tinder for pokemons 2022",
"short_name": "Pokinder",
"start_url": "/PokemonTinder/",
"id": "/PokemonTinder/",
"display": "fullscreen",
"theme_color": "red",
"background_color": "black",
"icons": [
{
"src": "/PokemonTinder/assets/img/Icon2.png",
"sizes": "144x144",
"type": "image/png"
}
]
}