PULSE-31: PWA support and offline banner #4
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
Icon paths use URL encoding (
%20and%26) which may cause issues with some browsers or PWA installers. Use hyphens or underscores in filenames instead.Prompt To Fix With AI
theme_coloris#000000butlayout.tsx:19setsthemeColor: '#FD5E0F'. These should match for consistency.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI