1
0
silverbullet/web/manifest.json
Zef Hemel 561aa6891f
Migrate to Deno (#86)
Big bang migration to Deno 🤯
2022-10-10 14:50:21 +02:00

18 lines
337 B
JSON

{
"short_name": "Silver Bullet",
"name": "Silver Bullet",
"icons": [
{
"src": "/logo.png",
"type": "image/png",
"sizes": "1024x1024"
}
],
"capture_links": "new-client",
"start_url": "/",
"display": "standalone",
"scope": "/",
"theme_color": "#000",
"description": "Markdown as a platform"
}