Cascade Mountain Weather

Mountain Weather & Snow Forecasts for PNW Backcountry Enthusiasts

Icon Files Needed

To complete the PWA setup, create these PNG icons from your existing favicon.svg:

Required Files:

  1. icon-192.png - 192x192 pixels
  2. icon-512.png - 512x512 pixels

Quick Creation Methods:

Option 1: Online Tool

  1. Visit https://realfavicongenerator.net/ or similar
  2. Upload favicon.svg
  3. Download generated PNGs
  4. Save them here as icon-192.png and icon-512.png

Option 2: Image Editor (Photoshop, GIMP, etc.)

  1. Open favicon.svg
  2. Export/Save as PNG at 192x192px
  3. Export/Save as PNG at 512x512px
  4. Save both files here

Option 3: Command Line (ImageMagick)

# If you have ImageMagick installed:
convert favicon.svg -resize 192x192 icon-192.png
convert favicon.svg -resize 512x512 icon-512.png

Temporary Workaround

The PWA will still work with just the SVG icon, but Android/iOS devices prefer PNG for better compatibility. The SVG fallback in manifest.json will cover you until you add the PNGs.