mirror of
https://github.com/friendica/friendica
synced 2025-09-06 00:15:25 +02:00
Move manifest JSON from template to array
This commit is contained in:
parent
930d395d7b
commit
33c7b62326
2 changed files with 22 additions and 30 deletions
|
@ -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"
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue