Files
AdventureLog/frontend/static/manifest.json
Lars Lehmann e9538b707f Add basic PWA
2025-01-19 11:36:28 +01:00

16 lines
375 B
JSON

{
"short_name": "AdventureLog",
"name": "AdventureLog",
"start_url": "/dashboard",
"icons": [
{
"src": "adventurelog.svg",
"type": "image/svg+xml",
"sizes": "any"
}
],
"background_color": "#2a323c",
"display": "standalone",
"scope": "/",
"description": "Self-hostable travel tracker and trip planner."
}