Files
SelectionWheel/src/assets/manifest.webmanifest
T
2022-10-08 00:41:44 +01:00

22 lines
445 B
JSON

{
"name": "SelectionWheel",
"short_name": "SW",
"description": "A fun and simple selection wheel.",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#F80",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/"
}