1
0
silverbullet/web/manifest.json

18 lines
354 B
JSON
Raw Normal View History

{
"short_name": "SilverBullet",
"name": "SilverBullet",
"icons": [
{
"src": "/.client/logo-dock.png",
"type": "image/png",
"sizes": "512x512"
}
],
"capture_links": "new-client",
2023-08-16 09:40:31 +00:00
"start_url": "/#boot",
"display": "standalone",
"scope": "/",
"theme_color": "#e1e1e1",
"description": "Markdown as a platform"
}