- Replace all AdventureLog references with Voyage across ~102 files (7 case variants: AdventureLog, adventurelog, Adventurelog, ADVENTURELOG, AdventUrelog, AdventureLOG, adventure-log, adventure_log) - Rename brand, static, and documentation assets to use voyage naming - Rename install_adventurelog.sh → install_voyage.sh - Update README.md and voyage_overview.md to credit AdventureLog as the upstream project and Sean Morley as its original creator
17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"short_name": "Voyage",
|
|
"name": "Voyage",
|
|
"start_url": "/dashboard",
|
|
"icons": [
|
|
{
|
|
"src": "voyage.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "any"
|
|
}
|
|
],
|
|
"background_color": "#2a323c",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"description": "Self-hostable travel tracker and trip planner."
|
|
}
|