dfklfg/packages/app/public/manifest.json

29 lines
536 B
JSON
Raw Normal View History

2022-12-18 14:51:47 +00:00
{
2022-12-29 10:07:17 +00:00
"short_name": "Snort",
2022-12-28 16:08:33 +00:00
"name": "snort.social - Nostr interface",
"description": "Fast nostr web ui",
2023-08-19 21:59:26 +00:00
"id": "/",
2022-12-18 14:51:47 +00:00
"icons": [
{
"src": "nostrich_256.png",
2022-12-18 14:51:47 +00:00
"type": "image/png",
2022-12-28 16:08:33 +00:00
"sizes": "256x256"
2022-12-18 14:51:47 +00:00
},
{
"src": "nostrich_512.png",
2022-12-18 14:51:47 +00:00
"type": "image/png",
"sizes": "512x512"
}
],
2023-08-19 21:59:26 +00:00
"start_url": "/",
2022-12-18 14:51:47 +00:00
"display": "standalone",
"theme_color": "#000000",
2023-08-19 21:59:26 +00:00
"background_color": "#000000",
"protocol_handlers": [
{
"protocol": "web+nostr",
"url": "/%s"
}
]
2022-12-18 14:51:47 +00:00
}