Files
www.koffeejava.us/assets/img/favicons/site.webmanifest
koffeejava 9f841c330b
Some checks failed
Lint Commit Messages / commitlint (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
inital
2026-04-17 07:28:44 -06:00

21 lines
466 B
JSON

{
"name": "Koffee's Corner",
"short_name": "KC",
"icons": [
{
"src": "/assets/images/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/images/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#5d0000",
"background_color": "#620000",
"display": "standalone"
}