chore(*): Add favicon and manifest

This commit is contained in:
Josh Creek
2022-10-07 19:50:41 +01:00
parent f97bc01e14
commit 656856fa79
12 changed files with 93 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+21
View File
@@ -0,0 +1,21 @@
{
"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": "/"
}