This commit is contained in:
2024-12-01 16:14:24 +01:00
commit b10492493b
13 changed files with 754 additions and 0 deletions

12
web/manifest.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "Resume",
"short_name": "Resume",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": []
}