silverbullet/web/manifest.json

29 lines
610 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 17:40:31 +08:00
"start_url": "/#boot",
"display": "standalone",
"display_override": ["window-controls-overlay"],
"scope": "/",
"theme_color": "#e1e1e1",
2024-11-18 07:26:21 +08:00
"description": "Markdown as a platform",
"share_target": {
"action": "/_/share_target",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}