2023-01-07 21:43:31 -05:00
|
|
|
{
|
|
|
|
"name": "veilidchat",
|
|
|
|
"short_name": "veilidchat",
|
|
|
|
"start_url": ".",
|
|
|
|
"display": "standalone",
|
2023-07-23 23:13:21 -04:00
|
|
|
"background_color": "#33183f",
|
|
|
|
"theme_color": "#863fa6",
|
2023-01-07 21:43:31 -05:00
|
|
|
"description": "VeilidChat",
|
|
|
|
"orientation": "portrait-primary",
|
|
|
|
"prefer_related_applications": false,
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "icons/Icon-192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icons/Icon-512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icons/Icon-maskable-192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icons/Icon-maskable-512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
}
|
|
|
|
]
|
2023-07-23 23:13:21 -04:00
|
|
|
}
|