Init commit

This commit is contained in:
2023-05-14 01:54:05 +10:00
commit 8c626d4515
68 changed files with 4574 additions and 0 deletions

20
public/site.webmanifest Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "sitename",
"short_name": "sitename",
"start_url": "/",
"theme_color": "#434648",
"background_color": "#fff",
"display": "standalone",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}