snort/packages/app/public/manifest.json

22 lines
431 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",
2022-12-18 14:51:47 +00:00
"icons": [
{
2022-12-28 16:08:33 +00:00
"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
},
{
2022-12-28 16:08:33 +00:00
"src": "nostrich_512.png",
2022-12-18 14:51:47 +00:00
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
2022-12-28 16:08:33 +00:00
"background_color": "#000000"
2022-12-18 14:51:47 +00:00
}