mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 12:44:20 +00:00
25 lines
580 B
JSON
25 lines
580 B
JSON
{
|
|
"dir" : "ltr",
|
|
"lang" : "fr",
|
|
"name" : "5E DRS",
|
|
"scope" : "/",
|
|
"display" : "standalone",
|
|
"start_url" : "/index.html",
|
|
"short_name" : "5E DRS",
|
|
"theme_color" : "#435a3f",
|
|
"description" : "Document de référence système pour jeux de rôle en OGL 5E",
|
|
"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"
|
|
}
|
|
]
|
|
}
|