Update manifest

This commit is contained in:
Kieran 2023-08-19 22:59:26 +01:00
parent 2ebb485473
commit fe9cc3495a
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -2,6 +2,7 @@
"short_name": "Snort",
"name": "snort.social - Nostr interface",
"description": "Fast nostr web ui",
"id": "/",
"icons": [
{
"src": "nostrich_256.png",
@ -14,8 +15,14 @@
"sizes": "512x512"
}
],
"start_url": ".",
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000"
"background_color": "#000000",
"protocol_handlers": [
{
"protocol": "web+nostr",
"url": "/%s"
}
]
}