Files
me/public/manifest.json
Dan Dobos 1c8cebc32b Refactor project data structure, add internationalization support, and enhance UI components
- Updated project data files to improve formatting and consistency.
- Introduced language support with English and Dutch translations.
- Implemented language switcher and dark mode toggle in the header and footer.
- Enhanced navigation components to utilize internationalized strings.
- Refactored layout components to use Grid2 for better responsiveness.
- Improved accessibility and usability across various components.
2025-10-20 15:31:55 +02:00

10 lines
174 B
JSON

{
"short_name": "DAD",
"name": "Dan Andrei Dobos",
"icons": [],
"start_url": "/me",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}