mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
b685b8040a
provide manifest.json to enable PWA compatibilities
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"short_name": "{{ .title }}",
|
|
"name": "{{ .title }}",
|
|
"start_url": "./",
|
|
"icons": [
|
|
{
|
|
"src": "./icon_192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
}
|
|
],
|
|
"display": "minimal-ui",
|
|
"theme_color": "#000000",
|
|
"background_color": "#000000"
|
|
}
|