manifique/spec/fixtures/mastodon-web-app-manifest.json
Râu Cao 8a32dcfbc7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Store correct list of available manifest properties
2023-09-15 20:53:00 +02:00

20 lines
488 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"
}
],
"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}"
}
}