small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:06:01 +02:00
parent 954a1a1080
commit c6a99c7e21
214 changed files with 40237 additions and 2828 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"name": "Trackeep - Your Self-Hosted Productivity & Knowledge Hub",
"short_name": "Trackeep",
"description": "Track, save, and organize everything that matters to you.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#39b9ff",
"orientation": "portrait-primary",
"share_target": {
"action": "/share-target",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
},
"icons": [
{
"src": "/trackeep.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/trackeepfavi_bg.png",
"sizes": "any",
"type": "image/png",
"purpose": "any maskable"
}
]
}