website/web/static/manifest.json

42 lines
1.1 KiB
JSON

{
"short_name": "nonshy",
"name": "nonshy",
"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"
}
]
}