Move manifest JSON from template to array

This commit is contained in:
Hypolite Petovan 2020-02-19 13:29:55 -05:00
commit 33c7b62326
2 changed files with 22 additions and 30 deletions

View file

@ -1,18 +0,0 @@
{
"name": "{{$title}}",
"start_url": "{{$baseurl}}",
"display": "standalone",
"description": "{{$description}}",
{{if $background_color}}
"theme_color": "{{$theme_color}}",
{{/if}}
{{if $background_color}}
"background_color": "{{$background_color}}",
{{/if}}
"short_name": "Friendica",
"icons": [{
"src": "{{$baseurl}}/{{$touch_icon}}",
"sizes": "128x128",
"type": "image/png"
}]
}