Files
adventure/apps/web/public/manifest.json
Zaine 3b37368e7d
Some checks failed
CI / test (push) Has been cancelled
initial 2
2026-06-26 09:26:50 +01:00

17 lines
357 B
JSON
Executable File

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