Initial commit

This commit is contained in:
2022-09-07 12:29:20 +03:00
commit f751a0e1a1
38 changed files with 732 additions and 0 deletions

19
resources/site.webmanifest Executable file
View File

@@ -0,0 +1,19 @@
{
"name": "Govindas Limework",
"short_name": "Limework",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}