feat(branding): add PWA manifest and PNG logo assets

This commit is contained in:
Siddharth Kumar Sah
2026-03-27 13:50:02 +08:00
parent 42ec0f2490
commit 26cc18342f
4 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "Stirling Image",
"short_name": "Stirling Image",
"icons": [
{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/logo-512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#3b82f6",
"background_color": "#ffffff",
"display": "standalone"
}