Favicon Engine

Favicon & App Asset Overview

Centralized favicon and web app manifest API built to serve xcojo.com and internal subdomains seamlessly.

Classic ICO Favicon ICO favicon.ico
16x16 PNG 16x16 Favicon size=16
32x32 PNG 32x32 Favicon size=32
Apple Touch Icon Apple Touch Icon apple-touch-icon.png

Developer Integration Code

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">

Direct Asset Endpoints

README & Developer Guide

Welcome to the Xcojo Favicon Engine & API. This service provides seamless, centralized brand favicons and manifests across all xcojo.com properties and authorized subdomains.

API Parameters

Cross-Origin Integration (CORS)

All endpoints include automatic CORS headers (Access-Control-Allow-Origin: *) and caching directives enabling cross-domain loading without duplication.