Centralized favicon and web app manifest API built to serve xcojo.com and internal subdomains seamlessly.
favicon.ico
size=16
size=32
apple-touch-icon.png
Copy and paste these tags into the <head> section of any Xcojo website or subdomain to instantly share the global brand icons:
<!-- Manifest --> <link rel="manifest" href="https://dev.xcojo.com/Favicon/?type=manifest"> <!-- Standard Favicon & Sizes --> <link rel="icon" type="image/x-icon" href="https://dev.xcojo.com/Favicon/?type=favicon"> <link rel="icon" type="image/png" sizes="16x16" href="https://dev.xcojo.com/Favicon/?type=size&size=16"> <link rel="icon" type="image/png" sizes="32x32" href="https://dev.xcojo.com/Favicon/?type=size&size=32"> <!-- Apple Touch Icon --> <link rel="apple-touch-icon" href="https://dev.xcojo.com/Favicon/?type=apple">
https://dev.xcojo.com/Favicon/?type=faviconhttps://dev.xcojo.com/Favicon/?type=size&size=16https://dev.xcojo.com/Favicon/?type=size&size=32https://dev.xcojo.com/Favicon/?type=applehttps://dev.xcojo.com/Favicon/?type=manifestWelcome to the Xcojo Favicon Engine & API. This service provides seamless, centralized brand favicons and manifests across all xcojo.com properties and authorized subdomains.
type: Asset category (favicon, size, apple, manifest)size: Pixel dimensions when type is set to size (e.g., 16, 32, 192, 512)All endpoints include automatic CORS headers (Access-Control-Allow-Origin: *) and caching directives enabling cross-domain loading without duplication.