chore: update app name in manifest.json from "Pulse Analytics" to "Pulse" and change icon paths to new images with padding

This commit is contained in:
Usman Baig
2026-02-04 12:21:28 +01:00
parent 19f75b2f45
commit 44b3cf3fb5
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -1,5 +1,5 @@
{
"name": "Pulse Analytics",
"name": "Pulse",
"short_name": "Pulse",
"description": "Privacy-friendly website analytics",
"start_url": "/",
@@ -8,12 +8,12 @@
"theme_color": "#000000",
"icons": [
{
"src": "/pulse_icon_no_margins.png",
"src": "/Icon%20Padding%20left%20%26%20right%20192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/pulse_icon_no_margins.png",
"src": "/Icon%20Padding%20left%20%26%20right%20512x512.png",
"sizes": "512x512",
"type": "image/png"
}