water.css/docs/site.webmanifest

21 lines
413 B
Text
Raw Permalink Normal View History

2019-06-01 03:03:13 +02:00
{
"name": "Water.css",
"short_name": "Water.css",
"start_url": "./",
2019-06-01 03:03:13 +02:00
"icons": [
{
"src": "./icons/android-chrome-192x192.png",
2019-06-01 03:03:13 +02:00
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./icons/android-chrome-512x512.png",
2019-06-01 03:03:13 +02:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}