1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

optimisation mobile + filtres des monstres + seo

This commit is contained in:
Maxime Moraine 2020-04-16 16:08:44 +02:00
parent e5af8a1b4a
commit 9add7369de
17 changed files with 210 additions and 29 deletions

View file

@ -4,7 +4,7 @@
"name" : "Héros & Dragons DRS",
"scope" : "/",
"display" : "standalone",
"start_url" : "https://staging.heros-et-dragons.fr/",
"start_url" : "/index.html",
"short_name" : "H&D DRS",
"theme_color" : "#563f5a",
"description" : "Document de référence système pour le jeu de rôle Héros & Dragons",
@ -12,12 +12,12 @@
"background_color" : "#ffffff",
"icons" : [
{
"src": "https://staging.heros-et-dragons.fr/android-chrome-192x192.png",
"src": "/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://staging.heros-et-dragons.fr/android-chrome-512x512.png",
"src": "/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB