Initial commit

This commit is contained in:
Gethec
2022-05-20 13:07:50 -05:00
parent 9b86a3b289
commit 62b3c739ab
21 changed files with 241 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Leekspin 2.0",
"short_name": "Leekspin 2.0",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000"
}