fix: PWA manifest — add id field, fix icon purpose warnings

This commit is contained in:
Claude Chronicler #88
2026-04-14 16:41:17 +00:00
parent 1bee838c8d
commit c2ecc0515e

View File

@@ -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"
}
]
}