49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|