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:
parent
b89977f4ce
commit
b51057a99a
6 changed files with 347 additions and 14 deletions
25
docs/.vuepress/public/manifest.json
Normal file
25
docs/.vuepress/public/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue