37349afab9
Добавлены Share/QR PNG, zip all, size meter, PWA-manifest, системная тема и haptic на copy; улучшены success/unwrap и статистика админки (EN/RU).
18 lines
380 B
JSON
18 lines
380 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/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|