2020-03-14 10:25:52 +00:00
|
|
|
{
|
2020-03-29 10:17:45 +00:00
|
|
|
"name": "FluffyChat",
|
2020-05-20 15:48:16 +00:00
|
|
|
"short_name": "FluffyChat",
|
|
|
|
"start_url": ".",
|
|
|
|
"display": "standalone",
|
|
|
|
"background_color": "#0175C2",
|
|
|
|
"theme_color": "#0175C2",
|
|
|
|
"description": "The cutest messenger in the Matrix network",
|
|
|
|
"orientation": "portrait-primary",
|
|
|
|
"prefer_related_applications": false,
|
2020-03-29 10:17:45 +00:00
|
|
|
"icons": [
|
|
|
|
{
|
2020-05-20 15:48:16 +00:00
|
|
|
"src": "icons/Icon-192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icons/Icon-512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2020-03-29 10:17:45 +00:00
|
|
|
}
|
2020-05-20 15:48:16 +00:00
|
|
|
]
|
2020-03-14 10:25:52 +00:00
|
|
|
}
|