diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-11 18:47:03 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-11 18:47:03 +0100 |
| commit | 732ce7369344aadcd2f8d05b891bbbea9a5ca46d (patch) | |
| tree | ac45aff39f878afde71b9b641bcd4f68151840b9 /src | |
| parent | f3a8efbacf185638cacea0693824d9de894c89b3 (diff) | |
feat: Add splash icon to web manifest for improved branding
Diffstat (limited to 'src')
| -rw-r--r-- | src/frontend/public/icon-splash.png | bin | 0 -> 2718 bytes | |||
| -rw-r--r-- | src/frontend/public/manifest.webmanifest | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/frontend/public/icon-splash.png b/src/frontend/public/icon-splash.png Binary files differnew file mode 100644 index 0000000..04c32ea --- /dev/null +++ b/src/frontend/public/icon-splash.png diff --git a/src/frontend/public/manifest.webmanifest b/src/frontend/public/manifest.webmanifest index b2953e7..9df5a44 100644 --- a/src/frontend/public/manifest.webmanifest +++ b/src/frontend/public/manifest.webmanifest @@ -17,6 +17,12 @@ "prefer_related_applications": false, "icons": [ { + "src": "/icon-splash.png", + "type": "image/png", + "sizes": "any", + "purpose": "any" + }, + { "src": "/icon-square.png", "sizes": "any", "type": "image/png", |
