Files
platform-mcpandClaude Opus 4.8 5a6847c774
E2E Test Suite / Cross-Browser Regression (webkit) (push) Failing after 10m2s
E2E Test Suite / Cross-Browser Regression (firefox) (push) Failing after 10m54s
E2E Test Suite / Cross-Browser Regression (chromium) (push) Failing after 11m46s
E2E Test Suite / Destructive & Chaos Tests (push) Failing after 12m39s
E2E Test Suite / Form Interaction Tests (push) Failing after 13m31s
E2E Test Suite / Security Header Tests (push) Failing after 13m17s
E2E Test Suite / Mobile Device Tests (push) Failing after 14m9s
E2E Test Suite / Smoke Tests (P0) (push) Failing after 23m32s
E2E Test Suite / Critical User Journeys (push) Has been skipped
E2E Test Suite / API Integration Tests (push) Has been skipped
Deploy to Production / Build & Verify (push) Failing after 19m34s
E2E Test Suite / Test Report Summary (push) Failing after 13m11s
Deploy to Production / Pre-Deploy Tests (push) Failing after 14m51s
Deploy to Production / Deploy to Fly.io (push) Failing after 14m4s
Deploy to Production / Deploy to VPS (PM2) (push) Failing after 14m5s
Deploy to Production / Deploy to Render (push) Failing after 14m56s
Deploy to Production / Deploy to Railway (push) Failing after 14m57s
Deploy to Production / Post-Deploy Verification (push) Failing after 14m58s
Deploy to Production / Notify on Failure (push) Successful in 3s
feat: apply WorkRoot logo site-wide and as favicon
- Generate crisp icon set from WorkRoot SVG: favicon.ico (16/32/48),
  favicon-32x32.png, apple-touch-icon.png (180), logo.png (512),
  and PWA icon-192.png / icon-512.png
- Add favicon.ico link with recommended <head> tag order in BaseLayout
- Reference icon-192/icon-512 in manifest.json for PWA installs
- JSON-LD Organization logo now resolves to the real 512x512 mark
- Header/Footer already render the new mark via /favicon.svg; dark-mode
  wordmark contrast (BUG-5) preserved and verified

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 16:27:34 +05:30

65 lines
1.6 KiB
JSON

{
"name": "WorkRoot IT Solutions",
"short_name": "WorkRoot",
"description": "Professional IT services including web development, cloud solutions, and digital transformation for businesses.",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0891b2",
"orientation": "any",
"scope": "/",
"lang": "en-US",
"categories": ["business", "productivity"],
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
],
"screenshots": [
{
"src": "/og-image.jpg",
"sizes": "1200x630",
"type": "image/jpeg",
"label": "WorkRoot IT Solutions Homepage"
}
],
"shortcuts": [
{
"name": "Contact Us",
"short_name": "Contact",
"description": "Get in touch with our team",
"url": "/contact",
"icons": [{ "src": "/apple-touch-icon.png", "sizes": "180x180" }]
},
{
"name": "Our Services",
"short_name": "Services",
"description": "Explore our IT services",
"url": "/services",
"icons": [{ "src": "/apple-touch-icon.png", "sizes": "180x180" }]
}
],
"prefer_related_applications": false
}