1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 20:54:19 +00:00
5e-drs/docs/.vuepress/public/manifest.json
2020-04-16 16:08:44 +02:00

25 lines
604 B
JSON

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