montana/Russian/Site/messenger/dist/site_apple.webmanifest
2026-05-18 18:05:32 +03:00

49 lines
1.2 KiB
JSON

{
"name": "Montana Messenger",
"short_name": "Montana",
"description": "Montana Protocol Messenger — federated, BIP39 auth, end-to-end encrypted",
"start_url": "./",
"icons": [
{
"src": "icon-square-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-square-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icon-square-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "screenshot.jpg",
"sizes": "1280x802",
"type": "image/jpeg"
}
],
"share_target": {
"action": "./share/",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url",
"files": [
{
"name": "files",
"accept": "*/*"
}
]
}
},
"theme_color": "#0F0F1A",
"background_color": "#0F0F1A",
"display": "standalone"
}