chore: a take on head_navbar links chore: a take on base/footer_content.tmpl chore: a take on pwa/manifest_json.tmpl * since it's not a true offline-capable PWA, this should not break anything (network requests are still sent out) but hey, who knows really Co-authored-by: surtur <a_mirre@utb.cz> Reviewed-on: #7 Reviewed-by: dalahast <dalahast@noreply.git.dotya.ml> Co-Authored-By: wanderer <wanderer@noreply.git.dotya.ml> Co-Committed-By: wanderer <wanderer@noreply.git.dotya.ml>
32 lines
667 B
Go HTML Template
32 lines
667 B
Go HTML Template
{
|
|
"short_name": "Gitea",
|
|
"name": "git.dotya.ml",
|
|
"icons": [
|
|
{
|
|
"src": "/img/gitea-lg.png",
|
|
"type": "image/png",
|
|
"sizes": "880x880"
|
|
},
|
|
{
|
|
"src": "/img/gitea-sm.png",
|
|
"type": "image/png",
|
|
"sizes": "120x120"
|
|
},
|
|
{
|
|
"src": "/img/gitea-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "/img/gitea-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"background_color": "#FAFAFA",
|
|
"display": "standalone",
|
|
"theme_color": "{{ThemeColorMetaTag}}"
|
|
}
|