fix: add default manifest.json

This should have been part of the previous commit
5e0255e36b

Some simple static defaults for the PWA manifest
This commit is contained in:
Michael Große 2018-01-24 15:19:35 +01:00
parent 5e0255e36b
commit ff1e4eaee6
No known key found for this signature in database
GPG Key ID: 7E31028FBFEACC79
1 changed files with 4 additions and 0 deletions

4
conf/manifest.json Normal file
View File

@ -0,0 +1,4 @@
{
"display": "standalone",
"background_color": "#ffffff"
}