fix: PWA manifest — add id field, fix icon purpose warnings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user