mirror of
https://github.com/osmarks/website
synced 2025-08-30 09:17:56 +00:00
initial commit
This commit is contained in:
21
assets/manifest.webmanifest
Normal file
21
assets/manifest.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user