Name the mark this tile will carry when it wakes #2

Merged
enricobuehler merged 1 commits from docs/launcher-icon-token-note into main 2026-08-13 07:11:33 +00:00
+4
View File
@@ -193,6 +193,10 @@ export const artIndex = (catcache: string): Map<string, Artwork> => {
* The tile that opens the Epic launcher itself (design D4) — see the `launcher` config field. Empty
* until the host has a verified `launcher_ui` activation for Epic; emitting one now would be
* refused with a 400, which is the host saying precisely that.
*
* Its brand mark is already shipped by every client under the token `"epic"`
* (punktfunk/assets/launcher-icons), so the entry this returns one day carries `icon: "epic"` and
* needs no client release to look right.
*/
export const launcherEntries = (_cfg: {
launcher?: boolean;