Files
Trackeep/frontend/public/manifest.json
T
2026-04-10 12:06:01 +02:00

34 lines
764 B
JSON

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