Files
rowy/public/manifest.json

26 lines
514 B
JSON
Raw Permalink Normal View History

2019-09-06 09:37:30 +10:00
{
2021-09-01 15:54:20 +10:00
"short_name": "Rowy",
"name": "Rowy",
2019-09-06 09:37:30 +10:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
2021-08-26 15:34:27 +10:00
"src": "favicon/android-chrome-192x192.png",
2019-09-06 09:37:30 +10:00
"type": "image/png",
"sizes": "192x192"
},
{
2021-08-26 15:34:27 +10:00
"src": "favicon/android-chrome-512x512.png",
2019-09-06 09:37:30 +10:00
"type": "image/png",
"sizes": "512x512"
2019-09-10 13:36:59 +10:00
}
2019-09-06 09:37:30 +10:00
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}