Improved web manifest
This commit is contained in:
parent
01bef6e4a4
commit
b612819038
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user