Improved web manifest
This commit is contained in:
parent
01bef6e4a4
commit
b612819038
@ -33,8 +33,9 @@
|
|||||||
],
|
],
|
||||||
"manifest": {
|
"manifest": {
|
||||||
"short_name": "notify.moe",
|
"short_name": "notify.moe",
|
||||||
|
"gcm_sender_id": "941298467524",
|
||||||
"theme_color": "#f8a582",
|
"theme_color": "#f8a582",
|
||||||
"gcm_sender_id": "941298467524"
|
"background_color": "#202020"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"http": 4000,
|
"http": 4000,
|
||||||
|
@ -3,6 +3,7 @@ component Layout(app *aero.Application, user *arn.User, content string)
|
|||||||
head
|
head
|
||||||
title= app.Config.Title
|
title= app.Config.Title
|
||||||
meta(name="viewport", content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes")
|
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")
|
link(rel="manifest", href="/manifest.json")
|
||||||
body
|
body
|
||||||
#container
|
#container
|
||||||
|
Loading…
Reference in New Issue
Block a user