Added theme color

This commit is contained in:
Eduard Urbach 2017-06-01 20:41:15 +02:00
parent c8c62888ad
commit efc378d4e6
2 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,7 @@
"images/characters/arn-waifu.png" "images/characters/arn-waifu.png"
], ],
"manifest": { "manifest": {
"theme_color": "rgb(248, 165, 130)",
"gcm_sender_id": "941298467524" "gcm_sender_id": "941298467524"
}, },
"ports": { "ports": {

View File

@ -11,7 +11,6 @@ component Layout(content string)
main#content.fade!= content main#content.fade!= content
LoadingAnimation LoadingAnimation
script(src="/scripts.js") script(src="/scripts.js")
component LoadingAnimation component LoadingAnimation