From c2ecc0515ef830e39226eb8dd15a927a4d8d42e9 Mon Sep 17 00:00:00 2001 From: Claude Chronicler #88 Date: Tue, 14 Apr 2026 16:41:17 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20PWA=20manifest=20=E2=80=94=20add=20id=20?= =?UTF-8?q?field,=20fix=20icon=20purpose=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/arbiter-3.0/src/public/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/arbiter-3.0/src/public/manifest.json b/services/arbiter-3.0/src/public/manifest.json index 55cea15..363ee49 100644 --- a/services/arbiter-3.0/src/public/manifest.json +++ b/services/arbiter-3.0/src/public/manifest.json @@ -1,4 +1,5 @@ { + "id": "/admin", "name": "Trinity Console", "short_name": "Trinity", "description": "Firefrost Gaming Operations Console", @@ -12,13 +13,13 @@ "src": "/images/trinity-icon-192.png", "sizes": "192x192", "type": "image/png", - "purpose": "any maskable" + "purpose": "any" }, { "src": "/images/trinity-icon-512.png", "sizes": "512x512", "type": "image/png", - "purpose": "any maskable" + "purpose": "maskable" } ] }