Add application icon for Safari and saved-bookmarks (#749)

This commit is contained in:
Marc Brooks
2025-08-28 05:01:04 -05:00
committed by GitHub
parent a42384fed6
commit 66cccfe9e1
10 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "JetKVM",
"short_name": "JetKVM",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#002b36",
"background_color": "#051946",
"display": "standalone"
}