gitea-templates/custom/templates/pwa/manifest_json.tmpl
wanderer 236c803042
use relative url paths for samesite links (#7)
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>
2020-12-01 14:29:21 +01:00

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}}"
}