website/web/static/manifest.json

42 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-11-26 01:15:21 +00:00
{
"short_name": "nonshy",
2024-01-12 03:17:54 +00:00
"name": "nonshy",
2023-11-26 01:15:21 +00:00
"icons": [
{
"src": "/static/img/favicon.svg",
"type": "image/svg+xml",
"sizes": "512x512"
},
{
"src": "/static/img/favicon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/static/img/favicon-192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"id": "/?source=pwa",
"start_url": "/me?source=pwa",
"background_color": "#17181c",
"display": "minimal-ui",
"scope": "/",
"theme_color": "#17181c",
"description": "A social network for nudists and exhibitionists.",
"screenshots": [
{
"src": "/static/img/screenshot-tall.png",
"type": "image/png",
"sizes": "750x1334",
"form_factor": "narrow"
},
{
"src": "/static/img/screenshot-wide.png",
"type": "image/png",
"sizes": "2048x1536",
"form_factor": "wide"
}
]
}