mirror of
https://github.com/osmarks/website
synced 2024-11-12 13:49:55 +00:00
21 lines
536 B
Plaintext
21 lines
536 B
Plaintext
|
{
|
||
|
"dir": "ltr",
|
||
|
"lang": "en",
|
||
|
"name": "{{{name}}}",
|
||
|
"scope": "/",
|
||
|
"display": "browser",
|
||
|
"start_url": "https://{{domain}}/",
|
||
|
"short_name": "{{domain}}",
|
||
|
"theme_color": "transparent",
|
||
|
"description": "{{siteDescription}}",
|
||
|
"orientation": "any",
|
||
|
"background_color": "transparent",
|
||
|
"related_applications": "",
|
||
|
"prefer_related_applications": "false",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/assets/images/icon.png?reloadyoustupidicon=4",
|
||
|
"sizes": "96x96"
|
||
|
}
|
||
|
]
|
||
|
}
|