iris-messenger/dist/manifest.json

21 lines
486 B
JSON
Raw Normal View History

2021-08-03 09:56:19 +00:00
{
"name": "Iris",
"short_name": "Iris",
"icons": [
{
"src": "assets/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#74d5f1",
"background_color": "#74d5f1",
"display": "standalone",
"start_url": "/index.html"
}