mirror of
https://github.com/osmarks/website
synced 2024-11-09 12:49:53 +00:00
20 lines
439 B
JSON
20 lines
439 B
JSON
{
|
|
"dir": "ltr",
|
|
"lang": "en",
|
|
"name": "{{{name}}}",
|
|
"scope": "/",
|
|
"display": "minimal-ui",
|
|
"start_url": "https://{{domain}}/",
|
|
"short_name": "{{domain}}",
|
|
"description": "{{siteDescription}}",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/images/logo256.png",
|
|
"sizes": "256x256"
|
|
}
|
|
],
|
|
"theme_color": "#000000",
|
|
"background_color": "#000000"
|
|
}
|