Files
thetool/public/mobile/manifest.json
2026-01-13 12:44:45 +01:00

27 lines
715 B
JSON

{
"name": "Xinon Mobile",
"short_name": "Xinon",
"description": "Mobile-optimierte Tools für Xinon",
"start_url": "/MobileApp",
"scope": "/MobileApp",
"display": "standalone",
"orientation": "portrait",
"background_color": "#f1f5f9",
"theme_color": "#005384",
"icons": [
{
"src": "/assets/images/xinon-sm.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/assets/images/xinon-sm.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["business", "productivity"]
}