initial 2
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-06-26 09:26:50 +01:00
parent 194330fb47
commit 3b37368e7d
213 changed files with 14688 additions and 1 deletions

16
apps/web/public/manifest.json Executable file
View File

@@ -0,0 +1,16 @@
{
"name": "AdventureOS",
"short_name": "AdventureOS",
"description": "Your personal command centre for consistency and growth",
"start_url": "/",
"display": "standalone",
"background_color": "#5a8f3e",
"theme_color": "#3A6EA5",
"icons": [
{
"src": "/icons/icon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}