Files
worklenz/worklenz-frontend/public/manifest.json
chamiakJ 591d348ae5 feat(localization): update and enhance localization files for multiple languages
- Updated localization files for various languages, including English, German, Spanish, Portuguese, and Chinese, to ensure consistency and accuracy across the application.
- Added new keys and updated existing ones to support recent UI changes and features, particularly in project views, task lists, and admin center settings.
- Enhanced the structure of localization files to improve maintainability and facilitate future updates.
- Implemented performance optimizations in the frontend components to better handle localization data.
2025-07-28 07:19:55 +05:30

79 lines
1.8 KiB
JSON

{
"name": "Worklenz - Project Management",
"short_name": "Worklenz",
"description": "A comprehensive project management application for teams",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2b2b2b",
"orientation": "portrait-primary",
"categories": ["productivity", "business"],
"lang": "en",
"scope": "/",
"icons": [
{
"src": "/favicon.ico",
"sizes": "16x16 32x32 48x48",
"type": "image/x-icon",
"purpose": "any maskable"
},
{
"src": "/assets/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/assets/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"shortcuts": [
{
"name": "Dashboard",
"short_name": "Dashboard",
"description": "View your project dashboard",
"url": "/worklenz",
"icons": [
{
"src": "/favicon.ico",
"sizes": "16x16 32x32 48x48"
}
]
},
{
"name": "Tasks",
"short_name": "Tasks",
"description": "Manage your tasks",
"url": "/worklenz/tasks",
"icons": [
{
"src": "/favicon.ico",
"sizes": "16x16 32x32 48x48"
}
]
}
],
"screenshots": [
{
"src": "/assets/images/screenshot-desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "/assets/images/screenshot-mobile.png",
"sizes": "480x854",
"type": "image/png",
"form_factor": "narrow"
}
],
"prefer_related_applications": false,
"related_applications": [],
"launch_handler": {
"client_mode": "focus-existing"
}
}