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:
BIN
public/Icon Padding left & right 192x192.png
Normal file
BIN
public/Icon Padding left & right 192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
BIN
public/Icon Padding left & right 512x512.png
Normal file
BIN
public/Icon Padding left & right 512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user