The app is now officially a PWA

This commit is contained in:
maxluli
2022-10-11 11:10:31 +02:00
parent cb8162214f
commit d23eb50fb3
6 changed files with 46 additions and 14 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "Tinder for pokemons 2022",
"short_name": "Pokinder",
"start_url": "/es2-2022-2023/rhmr/PokemonTinder/index.html",
"id": "/es2-2022-2023/rhmr/PokemonTinder/index.html",
"display": "fullscreen",
"icons": [
{
"src": "/es2-2022-2023/rhmr/PokemonTinder/assets/img/Icon2.png",
"sizes": "144x144",
"type": "image/png"
}
]
}