snort/packages/app/public/manifest.json
2023-11-21 13:51:48 +00:00

38 lines
776 B
JSON

{
"short_name": "Snort",
"name": "snort.social - Nostr interface",
"description": "Fast nostr web ui",
"id": "/",
"icons": [
{
"src": "nostrich_256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "nostrich_512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000",
"protocol_handlers": [
{
"protocol": "web+nostr",
"url": "/%s"
}
],
"screenshots": [],
"display_override": ["fullscreen"],
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=social.snort.app",
"id": "social.snort.app"
}
]
}