github smittix/intercept v2.22.1
v2.22.1 - Fix PWA install prompt

latest releases: v2.22.3, v2.22.2
11 hours ago

Fixed

  • PWA install prompt not appearing in Chrome/Edge/Android

The manifest previously only contained an SVG icon. Browsers require at least one PNG icon (192×192 minimum, 512×512 recommended) to enable the install prompt. This patch adds:

  • icon-192.png — for the PWA install prompt and home screen
  • icon-512.png — for splash screens and high-DPI displays
  • apple-touch-icon.png (180×180) — for iOS "Add to Home Screen"
  • favicon-32.png — 32px PNG fallback for older browsers
  • scope field added to manifest
  • Service worker cache bumped to v3 to pick up new assets
  • apple-touch-icon in HTML updated to point to PNG (SVG not supported by iOS Safari)

Don't miss a new intercept release

NewReleases is sending notifications on new releases.