salgram / static /manifest.webmanifest
ChessVania's picture
Deploy SalGram (Docker)
484ec23 verified
Raw
History Blame Contribute Delete
646 Bytes
{
"name": "SalGram",
"short_name": "SalGram",
"description": "Безопасный мессенджер",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#161618",
"theme_color": "#17212b",
"lang": "ru",
"dir": "ltr",
"categories": ["social", "communication"],
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}