initial commit

This commit is contained in:
2024-02-22 16:55:43 +01:00
commit 354ddee5fb
21 changed files with 11932 additions and 0 deletions

17
manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "DaysWithoutAccident",
"short_name": "DWA",
"description": "App for tracking the last accident of something",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "src/assets/vue.svg",
"sizes": "192x192",
"type": "image/png"
}
]
}