Update manifest
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
"short_name": "Snort",
|
"short_name": "Snort",
|
||||||
"name": "snort.social - Nostr interface",
|
"name": "snort.social - Nostr interface",
|
||||||
"description": "Fast nostr web ui",
|
"description": "Fast nostr web ui",
|
||||||
|
"id": "/",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "nostrich_256.png",
|
"src": "nostrich_256.png",
|
||||||
@ -14,8 +15,14 @@
|
|||||||
"sizes": "512x512"
|
"sizes": "512x512"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": ".",
|
"start_url": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#000000",
|
"theme_color": "#000000",
|
||||||
"background_color": "#000000"
|
"background_color": "#000000",
|
||||||
|
"protocol_handlers": [
|
||||||
|
{
|
||||||
|
"protocol": "web+nostr",
|
||||||
|
"url": "/%s"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user