mirror of
https://github.com/friendica/friendica
synced 2025-09-05 22:05:26 +02:00
Update manifest output with config/theme info
This commit is contained in:
parent
b9325251e8
commit
930d395d7b
2 changed files with 23 additions and 13 deletions
|
@ -2,8 +2,17 @@
|
|||
"name": "{{$title}}",
|
||||
"start_url": "{{$baseurl}}",
|
||||
"display": "standalone",
|
||||
"description": "A Decentralized Social Network",
|
||||
"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}}"
|
||||
"src": "{{$baseurl}}/{{$touch_icon}}",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
}]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue