mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-10 15:45:20 +02:00
Add basic PWA
This commit is contained in:
parent
e0fa62c1ea
commit
e9538b707f
3 changed files with 330 additions and 0 deletions
16
frontend/static/manifest.json
Normal file
16
frontend/static/manifest.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue