Improved web manifest

This commit is contained in:
Eduard Urbach 2017-06-17 14:15:33 +02:00
parent 01bef6e4a4
commit b612819038
2 changed files with 3 additions and 1 deletions

View File

@ -33,8 +33,9 @@
],
"manifest": {
"short_name": "notify.moe",
"gcm_sender_id": "941298467524",
"theme_color": "#f8a582",
"gcm_sender_id": "941298467524"
"background_color": "#202020"
},
"ports": {
"http": 4000,

View File

@ -3,6 +3,7 @@ component Layout(app *aero.Application, user *arn.User, content string)
head
title= app.Config.Title
meta(name="viewport", content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes")
meta(name="theme-color", content=app.Config.Manifest.ThemeColor)
link(rel="manifest", href="/manifest.json")
body
#container