Files
wrapped/app/static/manifest.webmanifest
T
Sergey Antropoff eef8c4ec57
devops-tools/wrapped/wrapped-build/pipeline/head This commit looks good
devops-tools/wrapped/wrapped-deploy/pipeline/head This commit looks good
Исправлены create UI, PWA-иконки, tooltip A2HS и breakpoint админ-меню 1015px.
2026-07-29 21:03:51 +03:00

36 lines
769 B
JSON

{
"name": "Wrapped",
"short_name": "Wrapped",
"description": "Zero-knowledge one-time encrypted drop for text and files.",
"start_url": "/",
"display": "standalone",
"background_color": "#0b1020",
"theme_color": "#0b1020",
"icons": [
{
"src": "/static/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}