This commit is contained in:
parent
acc1008264
commit
3d61d8b5ed
2 changed files with 8 additions and 1 deletions
|
@ -9,6 +9,7 @@ html
|
||||||
meta(name='application-name' content='Misskey')
|
meta(name='application-name' content='Misskey')
|
||||||
meta(name='theme-color' content=themeColor)
|
meta(name='theme-color' content=themeColor)
|
||||||
meta(name='referrer' content='origin')
|
meta(name='referrer' content='origin')
|
||||||
|
link(rel='manifest' href='/manifest.json')
|
||||||
|
|
||||||
title Misskey
|
title Misskey
|
||||||
|
|
||||||
|
|
|
@ -1 +1,7 @@
|
||||||
{}
|
{
|
||||||
|
"short_name": "Misskey",
|
||||||
|
"name": "Misskey",
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#313a42"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue