1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-14 20:24:43 +00:00
friendica-github/view/templates/manifest.tpl
2017-04-13 16:46:36 +02:00

9 lines
198 B
Smarty

{
"name": "{{$title}}",
"start_url": "{{$baseurl}}",
"display": "standalone",
"description": "A Decentralized Social Network",
"icons": [{
"src": "{{$baseurl}}/{{$touch_icon}}"
}]
}