Files
portfolio/public/site.webmanifest
T
kayjaydee c8dac9ac88 fix: update portfolio branding to "Killian' DAL-CIN" across all documentation and components
- Corrected the name in various files including CLAUDE.md, README.md, and configuration files to reflect the updated branding.
- Ensured consistency in the use of the new name throughout the project, enhancing brand identity.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 19:54:46 +02:00

35 lines
1015 B
JSON

{
"name": "Killian'- Full Stack Developer Portfolio",
"short_name": "Killian'Portfolio",
"description": "Professional Full Stack Developer specializing in Vue.js, React, Node.js. Expert in Discord bots, web applications, and custom software solutions.",
"start_url": "/",
"display": "standalone",
"background_color": "#111827",
"theme_color": "#111827",
"orientation": "portrait-primary",
"icons": [
{
"src": "/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "/favicon.webp",
"sizes": "192x192",
"type": "image/webp",
"purpose": "any maskable"
},
{
"src": "/favicon.webp",
"sizes": "512x512",
"type": "image/webp",
"purpose": "any maskable"
}
],
"categories": [
"productivity",
"developer",
"business"
],
"lang": "en-US"
}