1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-12-17 07:30:47 +00:00

correction du bug mobile + test service worker

This commit is contained in:
Maxime Moraine 2020-04-16 10:58:50 +02:00
parent b89977f4ce
commit b51057a99a
6 changed files with 347 additions and 14 deletions

View file

@ -0,0 +1,25 @@
{
"dir" : "ltr",
"lang" : "fr",
"name" : "Héros & Dragons DRS",
"scope" : "/",
"display" : "standalone",
"start_url" : "https://staging.heros-et-dragons.fr/",
"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",
"orientation" : "any",
"background_color" : "#ffffff",
"icons" : [
{
"src": "https://staging.heros-et-dragons.fr/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://staging.heros-et-dragons.fr/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}