21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"name": "kosmos.social",
|
|
"short_name": "kosmos.social",
|
|
"description": "A friendly place for tooting. Run by the Kosmos peeps.",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#282c37",
|
|
"background_color": "#191b22",
|
|
"display": "standalone",
|
|
"start_url": "/web/timelines/home",
|
|
"scope": "https://kosmos.social/",
|
|
"share_target": {
|
|
"url_template": "share?title={title}&text={text}&url={url}"
|
|
}
|
|
}
|