Files
dwa/manifest.json
2024-02-22 16:55:43 +01:00

18 lines
354 B
JSON

{
"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"
}
]
}