website/assets/manifest.webmanifest

20 lines
439 B
Plaintext
Raw Normal View History

2020-03-08 17:13:14 +00:00
{
"dir": "ltr",
"lang": "en",
"name": "{{{name}}}",
"scope": "/",
2020-07-01 19:29:42 +00:00
"display": "minimal-ui",
2020-03-08 17:13:14 +00:00
"start_url": "https://{{domain}}/",
"short_name": "{{domain}}",
"description": "{{siteDescription}}",
"orientation": "any",
"icons": [
{
2022-03-09 20:59:26 +00:00
"src": "/assets/images/logo256.png",
"sizes": "256x256"
2020-03-08 17:13:14 +00:00
}
2020-07-01 19:29:42 +00:00
],
"theme_color": "#000000",
"background_color": "#000000"
}